mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8038928: gc/g1/TestGCLogMessages.java fail with "[Evacuation Failure'
Reviewed-by: ysr, brutisso, tschatzl
This commit is contained in:
parent
c69251b879
commit
6049e98a0e
1 changed files with 1 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* @test TestPrintGCDetails
|
||||
* @test TestGCLogMessages
|
||||
* @bug 8035406 8027295 8035398 8019342
|
||||
* @summary Ensure that the PrintGCDetails output for a minor GC with G1
|
||||
* includes the expected necessary messages.
|
||||
|
@ -90,12 +90,6 @@ public class TestGCLogMessages {
|
|||
output.shouldContain("[String Dedup Fixup");
|
||||
output.shouldContain("[Young Free CSet");
|
||||
output.shouldContain("[Non-Young Free CSet");
|
||||
|
||||
// also check evacuation failure messages once
|
||||
output.shouldNotContain("[Evacuation Failure");
|
||||
output.shouldNotContain("[Recalculate Used");
|
||||
output.shouldNotContain("[Remove Self Forwards");
|
||||
output.shouldNotContain("[Restore RemSet");
|
||||
output.shouldHaveExitValue(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue