8312625: Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased
Reviewed-by: kevinw, dholmes
This commit is contained in:
parent
2d05d3545c
commit
117f42dbe9
@ -46,7 +46,7 @@ public class TrimLibcHeapTest {
|
||||
if (Platform.isMusl()) {
|
||||
output.shouldContain("Not available");
|
||||
} else {
|
||||
output.shouldMatch("Trim native heap: RSS\\+Swap: \\d+[BKMG]->\\d+[BKMG] \\(-\\d+[BKMG]\\)");
|
||||
output.shouldMatch("Trim native heap: RSS\\+Swap: \\d+[BKMG]->\\d+[BKMG] \\([+-]\\d+[BKMG]\\)");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user