Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098640 | emb-9 | Yasumasa Suenaga | P4 | Resolved | Fixed | team |
JDK-8085823 | 8u60 | Yasumasa Suenaga | P4 | Closed | Won't Fix |
GCCause which is printed in gc log is "System.gc()" when jcmd GC.run is invoked.
I think that GCCause which is caused by jcmd GC.run should be different from System.gc() .
I uploaded patch: jcmd-gccause.patch .
This patch prints "jcmd GC.run" to gc log when jcmd GC.run is invoked.
I think that GCCause which is caused by jcmd GC.run should be different from System.gc() .
I uploaded patch: jcmd-gccause.patch .
This patch prints "jcmd GC.run" to gc log when jcmd GC.run is invoked.
- backported by
-
JDK-8098640 [REDO] GCCause should distinguish jcmd GC.run from System.gc()
- Resolved
-
JDK-8085823 [REDO] GCCause should distinguish jcmd GC.run from System.gc()
- Closed
- clones
-
JDK-8068589 GCCause should distinguish jcmd GC.run from System.gc()
- Closed
- duplicates
-
JDK-8072681 serviceability/dcmd/gc/RunGCTest.java looks for old output from System.gc()
- Closed
- relates to
-
JDK-8072693 [BACKOUT] GCCause should distinguish jcmd GC.run from System.gc()
- Resolved
-
JDK-8072743 jcmd output change breaks tests
- Closed
(1 relates to)