comparison src/share/vm/opto/runtime.cpp @ 3753:cba7b5c2d53f

7045514: SPARC assembly code for JSR 292 ricochet frames Reviewed-by: kvn, jrose
author never
date Fri, 03 Jun 2011 22:31:43 -0700
parents 1d1603768966
children 263247c478c5
comparison
equal deleted inserted replaced
3752:f918d6096e23 3753: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) {