Skip to content

Commit

Permalink
8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wron…
Browse files Browse the repository at this point in the history
…g string with Shenandoah

Backport-of: f412bfc
  • Loading branch information
toshiogata authored and GoeLin committed Oct 30, 2023
1 parent cf13e82 commit dd1994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/serviceability/sa/TestUniverse.java
Expand Up @@ -86,7 +86,7 @@ private static void testClhsdbForUniverse(long lingeredAppPid, GC gc) throws Exc
break;

case Shenandoah:
expStrings.add("Shenandoah Heap");
expStrings.add("Shenandoah heap");
break;
}

Expand Down

1 comment on commit dd1994e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.