RFR: 8256253: Defer Biased Locking obsoletion to JDK 18 [v2]

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Wed Nov 18 15:00:22 UTC 2020


On Wed, 18 Nov 2020 12:50:43 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> src/hotspot/share/runtime/arguments.cpp line 532:
>> 
>>> 530:   { "UseOptoBiasInlining",                 JDK_Version::jdk(15), JDK_Version::jdk(18), JDK_Version::jdk(19) },
>>> 531:   { "PrintPreciseBiasedLockingStatistics", JDK_Version::jdk(15), JDK_Version::jdk(18), JDK_Version::jdk(19) },
>>> 532:   { "CriticalJNINatives",                  JDK_Version::jdk(16), JDK_Version::jdk(17), JDK_Version::jdk(18) },
>> 
>> To maintain the table ordering this entry needs to move above the BL entries now.
>
> So these are ordered by the second field?

Fixed.

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

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


More information about the hotspot-runtime-dev mailing list