OpenJDK / amber / amber
changeset 60838:65de4935d51a
8242265: serviceability/sa/ClhsdbScanOops.java fails due to bad @requires expression
Reviewed-by: sspitsyn, lmesnik
author | cjplummer |
---|---|
date | Wed, 08 Apr 2020 12:03:02 -0700 |
parents | 4ffa40f3e182 |
children | b3b45b6a5af5 |
files | test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java Wed Apr 08 11:40:33 2020 -0700 +++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java Wed Apr 08 12:03:02 2020 -0700 @@ -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