From 0a42c44bf8dee12baeb72123b24b659ffdee6cf1 Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Wed, 9 Aug 2023 06:16:39 +0000 Subject: [PATCH] 8313954: Add gc logging to vmTestbase/vm/gc/containers/Combination05 Reviewed-by: tschatzl, lmesnik --- .../vm/gc/containers/Combination05/TestDescription.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination05/TestDescription.java b/test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination05/TestDescription.java index d3b4f797eff..aa0efbc322b 100644 --- a/test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination05/TestDescription.java +++ b/test/hotspot/jtreg/vmTestbase/vm/gc/containers/Combination05/TestDescription.java @@ -33,9 +33,9 @@ * /test/lib * @run main/othervm * -XX:-UseGCOverheadLimit + * -Xlog:gc*:gc.log::filecount=0 * vm.gc.containers.ContainersTest * -ms low * -ct TreeSet(randomString) * -ct LinkedHashSet(random(arrays)) */ -