hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp

Print this page

        

*** 27,40 **** // Size of interpreter code const static int InterpreterCodeSize = 6 * K; public: // Method entries ! static void normal_entry(methodOop method, intptr_t UNUSED, TRAPS); ! static void native_entry(methodOop method, intptr_t UNUSED, TRAPS); ! static void accessor_entry(methodOop method, intptr_t UNUSED, TRAPS); ! static void empty_entry(methodOop method, intptr_t UNUSED, TRAPS); public: // Main loop of normal_entry static void main_loop(int recurse, TRAPS); --- 27,40 ---- // Size of interpreter code const static int InterpreterCodeSize = 6 * K; public: // Method entries ! static int normal_entry(methodOop method, intptr_t UNUSED, TRAPS); ! static int native_entry(methodOop method, intptr_t UNUSED, TRAPS); ! static int accessor_entry(methodOop method, intptr_t UNUSED, TRAPS); ! static int empty_entry(methodOop method, intptr_t UNUSED, TRAPS); public: // Main loop of normal_entry static void main_loop(int recurse, TRAPS);