-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
This happens on native image generation with rc6 (but not rc5):
...
Caused by: java.lang.NullPointerException
at com.oracle.svm.hosted.analysis.Inflation.checkType(Inflation.java:139)
at java.lang.Iterable.forEach(Iterable.java:75)
at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
at com.oracle.svm.hosted.analysis.Inflation.checkObjectGraph(Inflation.java:130)
at com.oracle.graal.pointsto.BigBang.checkObjectGraph(BigBang.java:590)
at com.oracle.graal.pointsto.BigBang.finish(BigBang.java:562)
at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:690)
at com.oracle.svm.hosted.NativeImageGenerator.lambda$run$0(NativeImageGenerator.java:401)
...
Source code with README: https://github.com/dsyer/spring-boot-micro-apps (master branch, BuncApplication main class).