From 68b2f170ada9c93ec79b984adfdfa5455da1afb5 Mon Sep 17 00:00:00 2001 From: Calvin Cheung Date: Mon, 13 May 2024 18:30:22 +0000 Subject: [PATCH] 8322008: Exclude some CDS tests from running with -Xshare:off --- test/hotspot/jtreg/TEST.groups | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/hotspot/jtreg/TEST.groups b/test/hotspot/jtreg/TEST.groups index 0456b3ec69aa3..703ee707916b6 100644 --- a/test/hotspot/jtreg/TEST.groups +++ b/test/hotspot/jtreg/TEST.groups @@ -57,6 +57,13 @@ hotspot_runtime_no_cds = \ runtime \ -runtime/cds +hotspot_runtime_non_cds_mode = \ + runtime \ + -runtime/cds/CheckSharingWithDefaultArchive.java \ + -runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java \ + -runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java \ + -runtime/cds/appcds/jcmd + hotspot_handshake = \ runtime/handshake