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:56:40 UTC 2018


Thanks Ioi!

dl

On 11/20/18 11:47 AM, Ioi Lam wrote:
> Hi Dean, the fixes looks good. Thanks for fixing this bug.
>
> - Ioi
>
>
> On 11/20/18 11:11 AM, dean.long at oracle.com wrote:
>> 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