RFR: 8300926: Several startup regressions ~6-70% in 21-b6 all platforms [v4]
David Holmes
dholmes at openjdk.org
Fri Feb 24 02:49:14 UTC 2023
On Thu, 23 Feb 2023 12:44:37 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> src/hotspot/share/classfile/systemDictionary.cpp line 1489:
>>
>>> 1487: }
>>> 1488:
>>> 1489: // Add the new class. We need recompile lock during update of CHA.
>>
>> This comment belongs after `add_to_hierarchy`.
>
> Not sure that make sense. Also we have no "recompile" lock.
> I plainly removed this comment.
"recompile" lock may have been a poor choice of words but the comment was describing why we need the Compile_lock when updating the dictionary.
-------------
PR: https://git.openjdk.org/jdk/pull/12585
More information about the hotspot-dev
mailing list