-
Enhancement
-
Resolution: Duplicate
-
P3
-
7u6
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8040757 | 8u60 | Igor Veresov | P3 | Closed | Duplicate |
Fusion Apps performance using G1 is lagging that of CMS.
One reason we have found for this is the compilation of methods when using G1 -- CMS compiling more and inlining more methods than G1. We know that some G1 methods are larger because of the G1 write barrier, but even increasing InlineSmallCode has not helped with that problem (and in fact increasing it too large has made things worse).
One reason we have found for this is the compilation of methods when using G1 -- CMS compiling more and inlining more methods than G1. We know that some G1 methods are larger because of the G1 write barrier, but even increasing InlineSmallCode has not helped with that problem (and in fact increasing it too large has made things worse).
- backported by
-
JDK-8040757 G1 Impacting Performance of compiled code
- Closed
- duplicates
-
JDK-8057737 Avoid G1 write barriers on newly allocated objects
- Resolved