-
Enhancement
-
Resolution: Duplicate
-
P4
-
8, 9
In some benchmarks (e.g. CRM Fuse) with lots of code generation G1 shows a high "Code root migration" time in some GCs, taking 50%+ of pause time.
The problem is that code root migration is executed serially at the moment, and if regions with lots of code roots are moved, this process takes amount of considerable time.
The problem is that code root migration is executed serially at the moment, and if regions with lots of code roots are moved, this process takes amount of considerable time.
- duplicates
-
JDK-8048268 G1 Code Root Migration performs poorly
- Resolved
- relates to
-
JDK-7145569 G1: optimize nmethods scanning
- Resolved
-
JDK-8030815 Code roots are not accounted for in region prediction
- Resolved