RFR: 8236736: Change notproduct JVM flags to develop flags [v3]
Coleen Phillimore
coleenp at openjdk.org
Tue Apr 2 19:29:09 UTC 2024
On Tue, 2 Apr 2024 17:58:16 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix a couple issues pointed out by Stefank.
>
> test/hotspot/jtreg/runtime/CommandLine/VMOptionWarning.java line 64:
>
>> 62: output = new OutputAnalyzer(pb.start());
>> 63: output.shouldNotHaveExitValue(0);
>> 64: output.shouldContain("Error: VM option 'CheckCompressedOops' is develop and is available only in debug version of VM.");
>
> Seems like we don't need this test of the develop option CheckCompressedOops at all, since we have
> the immediately preceding test of the develop option VerifyStack.
You're right, we've already tested this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18541#discussion_r1548488160
More information about the shenandoah-dev
mailing list