8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
authorshade
Tue, 08 Oct 2019 15:08:59 +0200
changeset 58497 b0a731a6642b
parent 58496 7f34de3cdfe9
child 58499 d62c7224d5b7
8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah Reviewed-by: rkennke
test/hotspot/jtreg/serviceability/sa/TestUniverse.java
--- a/test/hotspot/jtreg/serviceability/sa/TestUniverse.java	Tue Oct 08 10:58:36 2019 +0100
+++ b/test/hotspot/jtreg/serviceability/sa/TestUniverse.java	Tue Oct 08 15:08:59 2019 +0200
@@ -86,7 +86,7 @@
             break;
 
         case Shenandoah:
-            expStrings.add("Shenandoah Heap");
+            expStrings.add("Shenandoah heap");
             break;
         }