-
Bug
-
Resolution: Fixed
-
P2
-
11, 12
-
b22
-
Verified
AOTing java.base started to fail with java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event
Here is the error output
Compiling libjava.base.so...
6154 classes found (2501 ms)
55878 methods total, 52124 methods to compile (4569 ms)
Compiling with 16 threads
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
52124 methods compiled, 0 methods failed (552443 ms)
Parsing compiled code (1877 ms)
Exception in thread "main" java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event;
at jdk.aot@12-internal/jdk.tools.jaotc.AOTCompiledClass.addFingerprintKlassData(AOTCompiledClass.java:367)
at jdk.aot@12-internal/jdk.tools.jaotc.CompiledMethodInfo.addDependentKlassData(CompiledMethodInfo.java:297)
at jdk.aot@12-internal/jdk.tools.jaotc.AOTCompiledClass.addAOTKlassData(AOTCompiledClass.java:345)
at jdk.aot@12-internal/jdk.tools.jaotc.DataBuilder.prepareData(DataBuilder.java:143)
at jdk.aot@12-internal/jdk.tools.jaotc.Main.run(Main.java:190)
at jdk.aot@12-internal/jdk.tools.jaotc.Main.run(Main.java:102)
at jdk.aot@12-internal/jdk.tools.jaotc.Main.main(Main.java:81)
Here is the error output
Compiling libjava.base.so...
6154 classes found (2501 ms)
55878 methods total, 52124 methods to compile (4569 ms)
Compiling with 16 threads
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
52124 methods compiled, 0 methods failed (552443 ms)
Parsing compiled code (1877 ms)
Exception in thread "main" java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event;
at jdk.aot@12-internal/jdk.tools.jaotc.AOTCompiledClass.addFingerprintKlassData(AOTCompiledClass.java:367)
at jdk.aot@12-internal/jdk.tools.jaotc.CompiledMethodInfo.addDependentKlassData(CompiledMethodInfo.java:297)
at jdk.aot@12-internal/jdk.tools.jaotc.AOTCompiledClass.addAOTKlassData(AOTCompiledClass.java:345)
at jdk.aot@12-internal/jdk.tools.jaotc.DataBuilder.prepareData(DataBuilder.java:143)
at jdk.aot@12-internal/jdk.tools.jaotc.Main.run(Main.java:190)
at jdk.aot@12-internal/jdk.tools.jaotc.Main.run(Main.java:102)
at jdk.aot@12-internal/jdk.tools.jaotc.Main.main(Main.java:81)
- is blocked by
-
JDK-8214141 assert(ret == 0) failed: failed to stat() file 'aot_classfprint.log.0': No such file or directory
-
- Resolved
-
-
JDK-8213486 SIGSEGV in CompiledMethod::cleanup_inline_caches_impl with AOT
-
- Closed
-