Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213259

[AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"

XMLWordPrintable

    • 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)

            dlong Dean Long
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: