8242265: serviceability/sa/ClhsdbScanOops.java fails due to bad @requires expression

Reviewed-by: sspitsyn, lmesnik
This commit is contained in:
Chris Plummer 2020-04-08 12:03:02 -07:00
parent 62060fc278
commit 64957a1770

View File

@ -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
@ -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