-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b55
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082981 | emb-9 | Jesper Wilhelmsson | P3 | Resolved | Fixed | team |
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.
- backported by
-
JDK-8082981 serviceability/dcmd/gc/RunGCTest.java should not run with -XX:+ExplicitGCInvokesConcurrent
-
- Resolved
-