src/share/vm/opto/runtime.cpp

changeset 2950
cba7b5c2d53f
parent 2708
1d1603768966
child 3002
263247c478c5
equal deleted inserted replaced
2949:f918d6096e23 2950:cba7b5c2d53f
118 # ifdef ENABLE_ZAP_DEAD_LOCALS 118 # ifdef ENABLE_ZAP_DEAD_LOCALS
119 address OptoRuntime::_zap_dead_Java_locals_Java = NULL; 119 address OptoRuntime::_zap_dead_Java_locals_Java = NULL;
120 address OptoRuntime::_zap_dead_native_locals_Java = NULL; 120 address OptoRuntime::_zap_dead_native_locals_Java = NULL;
121 # endif 121 # endif
122 122
123 ExceptionBlob* OptoRuntime::_exception_blob;
123 124
124 // This should be called in an assertion at the start of OptoRuntime routines 125 // This should be called in an assertion at the start of OptoRuntime routines
125 // which are entered from compiled code (all of them) 126 // which are entered from compiled code (all of them)
126 #ifndef PRODUCT 127 #ifndef PRODUCT
127 static bool check_compiled_frame(JavaThread* thread) { 128 static bool check_compiled_frame(JavaThread* thread) {

mercurial