RFR: 8268573: Remove expired flags in JDK 19

David Holmes dholmes at openjdk.java.net
Wed Dec 15 21:56:02 UTC 2021


On Wed, 15 Dec 2021 21:44:29 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Please review this simple change to remove all the flags that expired in JDK 19 from the flag table in arguments.cpp.
>> 
>> The java manpage is also updated as the UseBiasedLocking flag is moved from the "obsoleted" section, to the "removed" section. Plus we update the list of previous release docs.
>> 
>> Testing: local - all the runtime/CommandLine tests
>> 
>> Thanks,
>> David
>
> Thumbs up.
> 
> I agree that it's time for the 'UseBiasedLocking' option to be removed.

Thanks for the review @dcubed-ojdk !

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

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


More information about the hotspot-runtime-dev mailing list