hotspot/src/share/vm/runtime/interfaceSupport.hpp
changeset 41084 fc5db29fa08e
parent 40926 2fd1cf3e70e9
child 46373 e8e9b36783f3
equal deleted inserted replaced
41081:286019ba662d 41084:fc5db29fa08e
   278     if (_thread->has_special_runtime_exit_condition()) _thread->handle_special_runtime_exit_condition(false);
   278     if (_thread->has_special_runtime_exit_condition()) _thread->handle_special_runtime_exit_condition(false);
   279   }
   279   }
   280 
   280 
   281   ~ThreadToNativeFromVM() {
   281   ~ThreadToNativeFromVM() {
   282     trans_from_native(_thread_in_vm);
   282     trans_from_native(_thread_in_vm);
       
   283     assert(!_thread->is_pending_jni_exception_check(), "Pending JNI Exception Check");
   283     // We don't need to clear_walkable because it will happen automagically when we return to java
   284     // We don't need to clear_walkable because it will happen automagically when we return to java
   284   }
   285   }
   285 };
   286 };
   286 
   287 
   287 
   288