We have a need for SafeFetch32 during initializing of ZGC. However, the SafeFetch32/N stubs are currently generated too late, in the stubRoutines_init2() phase, which is after the GC has been initialized. I propose we move the initialization of these stubs to the stubRoutines_init1() phase, which is before the GC has been initialized, to make them available during GC initialization.
- blocks
-
JDK-8245106 ZGC: Fix incorrect setup when using -XX:+UseTransparentHugePages
- Closed