hotspot/src/share/vm/code/nmethod.cpp
changeset 8495 a4959965eaa3
parent 8110 c992c8d52344
child 8661 3dc8a18ac563
child 8658 a173231e8022
child 8668 32feee9b0d25
equal deleted inserted replaced
8494:4258c78226d9 8495:a4959965eaa3
   188                   pc_desc_tests, pc_desc_searches, pc_desc_adds);
   188                   pc_desc_tests, pc_desc_searches, pc_desc_adds);
   189   }
   189   }
   190 } nmethod_stats;
   190 } nmethod_stats;
   191 #endif //PRODUCT
   191 #endif //PRODUCT
   192 
   192 
       
   193 
   193 //---------------------------------------------------------------------------------
   194 //---------------------------------------------------------------------------------
   194 
       
   195 
       
   196 // The _unwind_handler is a special marker address, which says that
       
   197 // for given exception oop and address, the frame should be removed
       
   198 // as the tuple cannot be caught in the nmethod
       
   199 address ExceptionCache::_unwind_handler = (address) -1;
       
   200 
   195 
   201 
   196 
   202 ExceptionCache::ExceptionCache(Handle exception, address pc, address handler) {
   197 ExceptionCache::ExceptionCache(Handle exception, address pc, address handler) {
   203   assert(pc != NULL, "Must be non null");
   198   assert(pc != NULL, "Must be non null");
   204   assert(exception.not_null(), "Must be non null");
   199   assert(exception.not_null(), "Must be non null");