test/hotspot/jtreg/gc/ergonomics/TestInitialGCThreadLogging.java
changeset 57767 b3e44e1b135d
parent 54638 9b8926bf85c1
child 59053 ba6c248cae19
--- a/test/hotspot/jtreg/gc/ergonomics/TestInitialGCThreadLogging.java	Fri Aug 16 08:42:09 2019 +0800
+++ b/test/hotspot/jtreg/gc/ergonomics/TestInitialGCThreadLogging.java	Fri Aug 16 09:18:19 2019 +0200
@@ -56,7 +56,7 @@
 
     if (GC.Parallel.isSupported()) {
       noneGCSupported = false;
-      testInitialGCThreadLogging("UseParallelGC", "ParGC Thread");
+      testInitialGCThreadLogging("UseParallelGC", "GC Thread");
     }
 
     if (GC.Shenandoah.isSupported()) {