diff src/share/vm/opto/runtime.cpp @ 3442:f7d55ea6ee56

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
line wrap: on
line diff
--- a/src/share/vm/opto/runtime.cpp	Thu Jun 02 13:36:11 2011 -0700
+++ b/src/share/vm/opto/runtime.cpp	Fri Jun 03 22:31:43 2011 -0700
@@ -120,6 +120,7 @@
 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)