comparison src/share/vm/runtime/thread.cpp @ 4993:897b7d18bebc

added RiCompiledMethod.execute and the required VM infrastructure
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 28 Feb 2012 18:00:35 +0100
parents 1b8d02e10ee8
children 2f2c6347fce4
comparison
equal deleted inserted replaced
4992:f86ddbd42a7b 4993:897b7d18bebc
1302 _suspend_equivalent = false; 1302 _suspend_equivalent = false;
1303 _in_deopt_handler = 0; 1303 _in_deopt_handler = 0;
1304 _doing_unsafe_access = false; 1304 _doing_unsafe_access = false;
1305 _stack_guard_state = stack_guard_unused; 1305 _stack_guard_state = stack_guard_unused;
1306 _graal_deopt_info = NULL; 1306 _graal_deopt_info = NULL;
1307 _graal_alternate_call_target = NULL;
1307 _exception_oop = NULL; 1308 _exception_oop = NULL;
1308 _exception_pc = 0; 1309 _exception_pc = 0;
1309 _exception_handler_pc = 0; 1310 _exception_handler_pc = 0;
1310 _is_method_handle_return = 0; 1311 _is_method_handle_return = 0;
1311 _jvmti_thread_state= NULL; 1312 _jvmti_thread_state= NULL;