src/share/vm/opto/runtime.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/runtime.cpp	Thu Jun  2 14:57:17 2011
--- new/src/share/vm/opto/runtime.cpp	Thu Jun  2 14:57:17 2011

*** 118,127 **** --- 118,128 ---- # ifdef ENABLE_ZAP_DEAD_LOCALS address OptoRuntime::_zap_dead_Java_locals_Java = NULL; address OptoRuntime::_zap_dead_native_locals_Java = NULL; # endif + ExceptionBlob* OptoRuntime::_exception_blob; // This should be called in an assertion at the start of OptoRuntime routines // which are entered from compiled code (all of them) #ifndef PRODUCT static bool check_compiled_frame(JavaThread* thread) {

src/share/vm/opto/runtime.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File