Skip to content

Commit b06ee41

Browse files
committed
8312625: Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased
Reviewed-by: stuefe Backport-of: 117f42dbe9a78bcf43bdf3873d5d86a19a9092d3
1 parent bd634d2 commit b06ee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/serviceability/dcmd/vm/TrimLibcHeapTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void run(CommandExecutor executor) {
4646
if (Platform.isMusl()) {
4747
output.shouldContain("Not available");
4848
} else {
49-
output.shouldMatch("Trim native heap: RSS\\+Swap: \\d+[BKMG]->\\d+[BKMG] \\(-\\d+[BKMG]\\)");
49+
output.shouldMatch("Trim native heap: RSS\\+Swap: \\d+[BKMG]->\\d+[BKMG] \\([+-]\\d+[BKMG]\\)");
5050
}
5151
}
5252

0 commit comments

Comments
 (0)