hotspot/src/share/vm/runtime/thread.cpp
changeset 33230 23bb11a5cf4e
parent 33198 b37ad9fbf681
parent 33208 5ec6ffa63c57
child 33602 16053580a684
child 33628 09241459a8b8
equal deleted inserted replaced
33199:ba60c42fa77b 33230:23bb11a5cf4e
  2220       if (TraceExceptions) {
  2220       if (TraceExceptions) {
  2221         ResourceMark rm;
  2221         ResourceMark rm;
  2222         tty->print_cr("Pending Async. exception installed of type: %s", InstanceKlass::cast(_pending_async_exception->klass())->external_name());
  2222         tty->print_cr("Pending Async. exception installed of type: %s", InstanceKlass::cast(_pending_async_exception->klass())->external_name());
  2223       }
  2223       }
  2224       // for AbortVMOnException flag
  2224       // for AbortVMOnException flag
  2225       NOT_PRODUCT(Exceptions::debug_check_abort(InstanceKlass::cast(_pending_async_exception->klass())->external_name()));
  2225       Exceptions::debug_check_abort(InstanceKlass::cast(_pending_async_exception->klass())->external_name());
  2226     }
  2226     }
  2227   }
  2227   }
  2228 
  2228 
  2229 
  2229 
  2230   // Interrupt thread so it will wake up from a potential wait()
  2230   // Interrupt thread so it will wake up from a potential wait()