RFR: 8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test [v3]

KIRIYAMA Takuya duke at openjdk.org
Thu Jun 23 06:28:27 UTC 2022


On Wed, 22 Jun 2022 12:38:50 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> KIRIYAMA Takuya has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test
>
> test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java line 71:
> 
>> 69:         ));
>> 70:         if (wb.isJFRIncluded()) {
>> 71:             deprecated.add(new String[] {"FlightRecorder",                  "false"});
> 
> No need for all the extra whitespace after the comma - just a single space please.

That's right. I fixed it.

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

PR: https://git.openjdk.org/jdk/pull/9123


More information about the hotspot-runtime-dev mailing list