Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
16
-
b12
Description
G1's processing of evacuation task queues declares and relies on a lot of inlining for performance. However, some of the inlining boundries might not be the best choices. In particular, copy_to_survivor_space is out-of-line but called for most tasks. Meanwhile, the surrounding iteration code is inlined into callers.
Attachments
Issue Links
- links to
-
Review openjdk/jdk11u-dev/26