The solution for
We need to add new mechanism to generate intrinsics stubs on demand when corresponding class is loaded (simplifies synchronization for stubs generation) or corresponding Java method is called (need special synchronization).
- relates to
-
JDK-8231349 Move intrinsic stubs generation to compiler runtime initialization code
- Resolved