RFR: 8314242: Update applications/scimark/Scimark.java to accept VM flags

David Holmes dholmes at openjdk.org
Tue Aug 15 04:36:06 UTC 2023


On Mon, 14 Aug 2023 22:19:24 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> Test applications/scimark/Scimark.java is a small stress test which currently ignores VM flags and is vm.flagless.
> This fix update it to accept all flags.
> 
> Tested by running tier1 and this test with additional VM flags.

test/hotspot/jtreg/applications/scimark/Scimark.java line 49:

> 47:         }
> 48: 
> 49:         System.setProperty("test.noclasspath", "true");

What does this do?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15280#discussion_r1294172195


More information about the hotspot-dev mailing list