Skip to content

Commit

Permalink
8242265: serviceability/sa/ClhsdbScanOops.java fails due to bad @requ…
Browse files Browse the repository at this point in the history
…ires expression

Reviewed-by: sspitsyn, lmesnik
  • Loading branch information
plummercj committed Apr 8, 2020
1 parent 62060fc commit 64957a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java
Expand Up @@ -25,7 +25,7 @@
* @test
* @bug 8192985
* @summary Test the clhsdb 'scanoops' command
* @requires vm.gc.ParallelGC
* @requires vm.gc.Parallel
* @requires vm.hasSA
* @library /test/lib
* @run main/othervm/timeout=1200 ClhsdbScanOops UseParallelGC
Expand All @@ -35,7 +35,7 @@
* @test
* @bug 8192985
* @summary Test the clhsdb 'scanoops' command
* @requires vm.gc.SerialGC
* @requires vm.gc.Serial
* @requires vm.hasSA
* @library /test/lib
* @run main/othervm/timeout=1200 ClhsdbScanOops UseSerialGC
Expand Down

0 comments on commit 64957a1

Please sign in to comment.