-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b12
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.
- relates to
-
JDK-8343698 Linux x86_64 lto build gives a lot of warnings and fails lto-wrapper: fatal error: make returned 2 exit status
-
- Resolved
-
- links to
-
Review openjdk/jdk11u-dev/26