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

dean.long at oracle.com dean.long at oracle.com
Tue Nov 20 19:11:50 UTC 2018


http://cr.openjdk.java.net/~dlong/8213259/webrev/
https://bugs.openjdk.java.net/browse/JDK-8213259

Previously, some fingerprint logic was in 
ClassFileParser::create_instance_klass, but some was left up to the 
caller.  This caused problems if the caller didn't compute a needed 
fingerprinter, which is what happened in JFR's 
create_new_instance_klass.  The simplifying fix is to move all 
fingerprint logic into create_instance_klass.

dl


More information about the hotspot-dev mailing list