hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp
changeset 25714 87fa6860b5ae
parent 24322 c2978d1578e3
child 25717 7493b8ac31b7
equal deleted inserted replaced
25713:e2ed3bec8c2c 25714:87fa6860b5ae
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    49 #define __ _masm->
    49 #define __ _masm->
    50 
    50 
    51 #ifndef CC_INTERP
    51 #ifndef CC_INTERP
    52 
    52 
    53 const int method_offset = frame::interpreter_frame_method_offset * wordSize;
    53 const int method_offset = frame::interpreter_frame_method_offset * wordSize;
    54 const int bci_offset    = frame::interpreter_frame_bcx_offset    * wordSize;
    54 const int bcp_offset    = frame::interpreter_frame_bcp_offset    * wordSize;
    55 const int locals_offset = frame::interpreter_frame_locals_offset * wordSize;
    55 const int locals_offset = frame::interpreter_frame_locals_offset * wordSize;
    56 
    56 
    57 //-----------------------------------------------------------------------------
    57 //-----------------------------------------------------------------------------
    58 
    58 
    59 address TemplateInterpreterGenerator::generate_StackOverflowError_handler() {
    59 address TemplateInterpreterGenerator::generate_StackOverflowError_handler() {