RFR: 8264940: java/lang/invoke/6998541/Test6998541.java failed "guarantee(ik->is_initialized()) failed: java/lang/Byte$ByteCache must be initialized" [v4]

Wang Huang whuang at openjdk.java.net
Tue Apr 13 04:31:17 UTC 2021


On Tue, 13 Apr 2021 03:55:58 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   refactor
>
> src/hotspot/share/ci/ciInstanceKlass.cpp line 287:
> 
>> 285: static bool is_klass_initialized(Symbol* klass_name) {
>> 286:   VM_ENTRY_MARK;
>> 287:   InstanceKlass* ik = SystemDictionary::find_instance_klass(klass_name, Handle(), Handle());
> 
> You need the #include for systemDictionary.hpp in this file now.

Yes. Thank you for your review. I have adjusted headers in the latest patch.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3411


More information about the hotspot-dev mailing list