RFR: 8300926: Several startup regressions ~6-70% in 21-b6 all platforms [v4]
Daniel D. Daugherty
dcubed at openjdk.org
Thu Feb 23 17:47:49 UTC 2023
On Thu, 23 Feb 2023 12:52:10 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> src/hotspot/share/classfile/systemDictionaryShared.cpp line 856:
>>
>>> 854: // Add to class hierarchy, and do possible deoptimizations.
>>> 855: SystemDictionary::add_to_hierarchy(loaded_lambda, THREAD);
>>> 856: // But, do not add to dictionary.
>>
>> nit comment location: move above L855 like other places?
>
> I had already moved the other ones under instead.
OK. Being consistent is the goal.
-------------
PR: https://git.openjdk.org/jdk/pull/12585
More information about the hotspot-dev
mailing list