RFR: 8328986: Deprecate UseRTM* flags for removal [v3]

Vladimir Kozlov kvn at openjdk.org
Tue Mar 26 23:54:48 UTC 2024


On Tue, 26 Mar 2024 23:31:50 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   List only product flags for deprecation. Update java.1 man page.
>
> test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java line 69:
> 
>> 67:             Arrays.asList(new String[][] {
>> 68:               {"UseRTMLocking",         "false"},
>> 69:               {"UseRTMDeopt",           "false"},
> 
> Should `RTMRetryCount` be mentioned here as well?

Done. I thought I can only use boolean flags there.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18478#discussion_r1540251011


More information about the hotspot-compiler-dev mailing list