hotspot/src/cpu/sparc/vm/templateInterpreter_sparc.cpp
changeset 25714 87fa6860b5ae
parent 24917 bf961166fa07
child 25717 7493b8ac31b7
equal deleted inserted replaced
25713:e2ed3bec8c2c 25714:87fa6860b5ae
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  1783   // entry point for exceptions thrown within interpreter code
  1783   // entry point for exceptions thrown within interpreter code
  1784   Interpreter::_throw_exception_entry = __ pc();
  1784   Interpreter::_throw_exception_entry = __ pc();
  1785   __ verify_thread();
  1785   __ verify_thread();
  1786   // expression stack is undefined here
  1786   // expression stack is undefined here
  1787   // O0: exception, i.e. Oexception
  1787   // O0: exception, i.e. Oexception
  1788   // Lbcp: exception bcx
  1788   // Lbcp: exception bcp
  1789   __ verify_oop(Oexception);
  1789   __ verify_oop(Oexception);
  1790 
  1790 
  1791 
  1791 
  1792   // expression stack must be empty before entering the VM in case of an exception
  1792   // expression stack must be empty before entering the VM in case of an exception
  1793   __ empty_expression_stack();
  1793   __ empty_expression_stack();