src/cpu/sparc/vm/templateInterpreter_sparc.cpp

Print this page

        

@@ -1783,11 +1783,11 @@
   // 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();