Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082981 | emb-9 | Jesper Wilhelmsson | P3 | Resolved | Fixed | team |
Description
Test failed because it is looking for output from a full GC but runs with -XX:+ExplicitGCInvokesConcurrent which triggers a concurrent mark cycle instead. Other similar tests explicitly specifies -XX:-ExplicitGCInvokesConcurrent on the @run command line.
Attachments
Issue Links
- backported by
-
JDK-8082981 serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
-
- Resolved
-