24 lines
684 B
Diff
24 lines
684 B
Diff
From 627e452a58f0c8fc5504ec2ccd3de69924ab1484 Mon Sep 17 00:00:00 2001
|
|
Date: Fri, 22 Sep 2023 14:45:50 +0800
|
|
Subject: add 8227041-runtime-memory-RunUnitTestsConcurrently
|
|
|
|
---
|
|
hotspot/src/share/vm/memory/metaspace.cpp | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/hotspot/src/share/vm/memory/metaspace.cpp b/hotspot/src/share/vm/memory/metaspace.cpp
|
|
index d65a81267..0569500c1 100644
|
|
--- a/hotspot/src/share/vm/memory/metaspace.cpp
|
|
+++ b/hotspot/src/share/vm/memory/metaspace.cpp
|
|
@@ -5432,7 +5432,6 @@ class TestMetaspaceAuxTest : AllStatic {
|
|
static void test() {
|
|
test_reserved();
|
|
test_committed();
|
|
- test_virtual_space_list_large_chunk();
|
|
}
|
|
};
|
|
|
|
--
|
|
2.22.0
|
|
|