RFR: 8259839 SystemDictionary exports too much implementation [v6]
Coleen Phillimore
coleenp at openjdk.java.net
Tue Feb 2 12:20:42 UTC 2021
On Tue, 2 Feb 2021 02:34:44 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix more comments.
>
> src/hotspot/share/classfile/systemDictionary.cpp line 245:
>
>> 243: THROW_MSG_CAUSE(vmSymbols::java_lang_NoClassDefFoundError(), class_name->as_C_string(), e);
>> 244: } else {
>> 245: return; // the caller will throw the incoming exception
>
> Thanks for fixing this. It seems we must have some missing test coverage here though.
The tests wouldn't have caught this since the VM ignored the new exception that this function tried to install below.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2247
More information about the hotspot-runtime-dev
mailing list