src/cpu/sparc/vm/templateInterpreter_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/templateInterpreter_sparc.cpp	Thu Jul 17 13:48:28 2014
--- new/src/cpu/sparc/vm/templateInterpreter_sparc.cpp	Thu Jul 17 13:48:26 2014

*** 1783,1793 **** --- 1783,1793 ---- // entry point for exceptions thrown within interpreter code Interpreter::_throw_exception_entry = __ pc(); __ verify_thread(); // expression stack is undefined here // O0: exception, i.e. Oexception ! // Lbcp: exception bcx ! // Lbcp: exception bcp __ verify_oop(Oexception); // expression stack must be empty before entering the VM in case of an exception __ empty_expression_stack();

src/cpu/sparc/vm/templateInterpreter_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File