Searched refs:createRewriteExceptionHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java701 MethodHandle handleRewriteException = isOptimistic ? createRewriteExceptionHandler() : null;
726 private MethodHandle createRewriteExceptionHandler() { method in class:CompiledFunction
909 return MH.catchException(restOf, RewriteException.class, createRewriteExceptionHandler());

Completed in 29 milliseconds