< prev index next > src/java.base/share/classes/jdk/internal/access/JavaLangInvokeAccess.java
Print this page
* Returns a native method handle with given arguments as fallback and steering info.
*
* Will allow JIT to intrinsify.
*
* @param nep the native entry point
- * @param fallback the fallback handle
* @return the native method handle
*/
! MethodHandle nativeMethodHandle(NativeEntryPoint nep, MethodHandle fallback);
/**
* Ensure given method handle is customized
*
* @param mh the method handle
* Returns a native method handle with given arguments as fallback and steering info.
*
* Will allow JIT to intrinsify.
*
* @param nep the native entry point
* @return the native method handle
*/
! MethodHandle nativeMethodHandle(NativeEntryPoint nep);
/**
* Ensure given method handle is customized
*
* @param mh the method handle
< prev index next >