OpenJDK / jdk / jdk
changeset 49477:84f0f5df5afa
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
Summary: Added at requires vm.cds
Reviewed-by: dcubed, jiangli
author | mseledtsov |
---|---|
date | Wed, 21 Mar 2018 13:18:06 -0700 |
parents | 1f904e305a05 |
children | 527a563046d0 |
files | test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java Wed Mar 21 13:07:19 2018 -0700 +++ b/test/hotspot/jtreg/runtime/appcds/condy/CondyHelloTest.java Wed Mar 21 13:18:06 2018 -0700 @@ -24,7 +24,7 @@ /* * @test * @summary Make sure CDS works with a minimal test case that uses a CONSTANT_Dynamic constant-pool entry - * @requires os.arch != "sparcv9" + * @requires (os.arch != "sparcv9") & (vm.cds) * @modules java.base/jdk.internal.misc * @library /test/lib /test/hotspot/jtreg/runtime/appcds * @build CondyHello