Searched refs:mapLookupExceptionToError (Results 1 – 2 of 2) sorted by relevance
29 import static java.lang.invoke.MethodHandleNatives.mapLookupExceptionToError;187 throw mapLookupExceptionToError(ex); in getStaticFinal()304 throw mapLookupExceptionToError(e); in fieldVarHandle()338 throw mapLookupExceptionToError(e); in staticFieldVarHandle()438 throw mapLookupExceptionToError(ex); in validateClassAccess()
513 static LinkageError mapLookupExceptionToError(ReflectiveOperationException ex) { in mapLookupExceptionToError() method in MethodHandleNatives