On Tue, 2 Apr 2024 17:58:16 GMT, Kim Barrett <kbarr...@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