摘要: 代码: Field[] fields = YourClass.class.getDeclaredFields(); Run On JVM 可正常获取该类所有成员变量 Compile with GraalVM to Native Image 代码不报错,但fields数组长度为0 解决办法 实现Run 阅读全文
posted @ 2024-06-03 18:11 漠孤烟 阅读(154) 评论(0) 推荐(0)
摘要: 日志示例 [INFO] native-maven-plugin:0.9.28:compile (default-cli) @ my-app [INFO] Found GraalVM installation from GRAALVM_HOME variable. [INFO] [graalvm re 阅读全文
posted @ 2024-06-03 15:39 漠孤烟 阅读(312) 评论(0) 推荐(0)
摘要: 对比表: 应用 启动时间(秒) 内存消耗(M) 启动模式 app1(spring boot) + JVM 3.4 183.3 JVM app1(spring boot) + Native 0.44 57.7 native-image 阅读全文
posted @ 2024-06-03 15:21 漠孤烟 阅读(107) 评论(0) 推荐(0)