src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Sdiff src/cpu/aarch64/vm

src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp

Print this page




  13  * version 2 for more details (a copy is included in the LICENSE file that
  14  * accompanied this code).
  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  *
  24  */
  25 
  26 #ifndef CPU_AARCH64_VM_CPPINTERPRETERGENERATOR_AARCH64_HPP
  27 #define CPU_AARCH64_VM_CPPINTERPRETERGENERATOR_AARCH64_HPP
  28 
  29  protected:
  30 
  31   void generate_more_monitors();
  32   void generate_deopt_handling();

  33 
  34 #endif // CPU_AARCH64_VM_CPPINTERPRETERGENERATOR_AARCH64_HPP


  13  * version 2 for more details (a copy is included in the LICENSE file that
  14  * accompanied this code).
  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  *
  24  */
  25 
  26 #ifndef CPU_AARCH64_VM_CPPINTERPRETERGENERATOR_AARCH64_HPP
  27 #define CPU_AARCH64_VM_CPPINTERPRETERGENERATOR_AARCH64_HPP
  28 
  29  protected:
  30 
  31   void generate_more_monitors();
  32   void generate_deopt_handling();
  33   void lock_method(void);
  34 
  35 #endif // CPU_AARCH64_VM_CPPINTERPRETERGENERATOR_AARCH64_HPP
src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File