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

/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp287 Handle exceptionObject; local
295 exceptionObject = StackValue::create_stack_value(&deoptee, &map, topOfStack)->get_obj();
296 guarantee(exceptionObject() != NULL, "exception oop can not be null");
496 if (exceptionObject() != NULL) {
497 thread->set_exception_oop(exceptionObject());
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParser.java1004 private AbstractBeginNode handleException(ValueNode exceptionObject, int bci) { argument
1006 Debug.log("Creating exception dispatch edges at %d, exception object=%s, exception seen=%s", bci, exceptionObject, (profilingInfo == null ? "" : profilingInfo.getExceptionSeen(bci)));
1012 if (exceptionObject == null) {
1020 dispatchState.push(JavaKind.Object, exceptionObject);

Completed in 52 milliseconds