hotspot/src/share/vm/runtime/thread.cpp
changeset 18943 7d0ef675e808
parent 18938 ff8f8cec9434
child 18946 65a870954fd7
--- a/hotspot/src/share/vm/runtime/thread.cpp	Thu Jul 18 06:47:15 2013 -0400
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Wed Jul 17 13:48:15 2013 +0200
@@ -1226,7 +1226,7 @@
 bool WatcherThread::_startable = false;
 volatile bool  WatcherThread::_should_terminate = false;
 
-WatcherThread::WatcherThread() : Thread() {
+WatcherThread::WatcherThread() : Thread(), _crash_protection(NULL) {
   assert(watcher_thread() == NULL, "we can only allocate one WatcherThread");
   if (os::create_thread(this, os::watcher_thread)) {
     _watcher_thread = this;