From 452cb8432f4d45c3dacd4415bc9499ae73f7a17c Mon Sep 17 00:00:00 2001 From: Jie Fu Date: Fri, 28 Apr 2023 12:27:16 +0000 Subject: [PATCH] 8307103: Two TestMetaspaceAllocationMT tests fail after JDK-8306696 Reviewed-by: dholmes --- .../runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java | 1 - .../runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java | 1 - 2 files changed, 2 deletions(-) diff --git a/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java b/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java index 6aaebe6f4d0..22cc4f6b22d 100644 --- a/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java +++ b/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java @@ -113,7 +113,6 @@ public class TestMetaspaceAllocationMT1 { System.out.println("#### seconds: " + seconds); System.out.println("#### commitLimit: " + commitLimit); System.out.println("#### reserveLimit: " + reserveLimit); - System.out.println("#### ReclaimPolicy: " + Settings.settings().reclaimPolicy); System.out.println("#### guards: " + Settings.settings().usesAllocationGuards); MetaspaceTestContext context = new MetaspaceTestContext(commitLimit, reserveLimit); diff --git a/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java b/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java index 873e2e0269a..a2e9748478d 100644 --- a/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java +++ b/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java @@ -112,7 +112,6 @@ public class TestMetaspaceAllocationMT2 { System.out.println("#### seconds: " + seconds); System.out.println("#### commitLimit: " + commitLimit); System.out.println("#### reserveLimit: " + reserveLimit); - System.out.println("#### ReclaimPolicy: " + Settings.settings().reclaimPolicy); System.out.println("#### guards: " + Settings.settings().usesAllocationGuards); MetaspaceTestContext context = new MetaspaceTestContext(commitLimit, reserveLimit);