RFR: 8259839 SystemDictionary exports too much implementation

Coleen Phillimore coleenp at openjdk.java.net
Wed Jan 27 01:07:47 UTC 2021


On Wed, 27 Jan 2021 01:02:35 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> src/hotspot/share/classfile/systemDictionary.cpp line 274:
>> 
>>> 272:   // Check for pending exception or null klass, and throw exception
>>> 273:   return handle_resolution_exception(class_name, throw_error, klass, THREAD);
>>> 274: }
>> 
>> How about moving this block of code to its old location to minimize the diff?
>
> I moved that resolve_or_fail to be with the rest of the resolve_or_fail, and the resolve_or_nulls.

I meant to move the other resolve_or_fail to the header file.

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

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


More information about the hotspot-runtime-dev mailing list