In order to compile references to JNIHandles::resolve and related functions after they have been changed to use the Access API (JDK-8195972), access.inline.hpp must first be included. Since we forbid inclusion of .inline.hpp files by .hpp files, this means the inline definitions of resolve and friends need to be moved to new jniHandles.inline.hpp.
- blocks
-
JDK-8195972 Refactor oops in JNI to use the Access API
-
- Resolved
-