hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp
changeset 25717 7493b8ac31b7
parent 25715 d5a8dbdc5150
parent 25714 87fa6860b5ae
child 25950 b5c40ed1d349
equal deleted inserted replaced
25716:fc9bd7814b10 25717:7493b8ac31b7
  1784   // entry point for exceptions thrown within interpreter code
  1784   // entry point for exceptions thrown within interpreter code
  1785   Interpreter::_throw_exception_entry = __ pc();
  1785   Interpreter::_throw_exception_entry = __ pc();
  1786   __ verify_thread();
  1786   __ verify_thread();
  1787   // expression stack is undefined here
  1787   // expression stack is undefined here
  1788   // O0: exception, i.e. Oexception
  1788   // O0: exception, i.e. Oexception
  1789   // Lbcp: exception bcx
  1789   // Lbcp: exception bcp
  1790   __ verify_oop(Oexception);
  1790   __ verify_oop(Oexception);
  1791 
  1791 
  1792 
  1792 
  1793   // expression stack must be empty before entering the VM in case of an exception
  1793   // expression stack must be empty before entering the VM in case of an exception
  1794   __ empty_expression_stack();
  1794   __ empty_expression_stack();