hotspot/src/share/vm/code/nmethod.cpp
changeset 8495 a4959965eaa3
parent 8110 c992c8d52344
child 8661 3dc8a18ac563
child 8658 a173231e8022
child 8668 32feee9b0d25
--- a/hotspot/src/share/vm/code/nmethod.cpp	Sat Feb 26 12:10:54 2011 -0800
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Mon Feb 28 06:07:12 2011 -0800
@@ -190,15 +190,10 @@
 } nmethod_stats;
 #endif //PRODUCT
 
+
 //---------------------------------------------------------------------------------
 
 
-// The _unwind_handler is a special marker address, which says that
-// for given exception oop and address, the frame should be removed
-// as the tuple cannot be caught in the nmethod
-address ExceptionCache::_unwind_handler = (address) -1;
-
-
 ExceptionCache::ExceptionCache(Handle exception, address pc, address handler) {
   assert(pc != NULL, "Must be non null");
   assert(exception.not_null(), "Must be non null");