hotspot/src/share/vm/runtime/thread.cpp
changeset 25058 4542f853c2ac
parent 25057 f38210f84f8c
child 25064 244218e6ec0a
--- a/hotspot/src/share/vm/runtime/thread.cpp	Wed Jun 11 09:58:23 2014 -0400
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Wed Jun 11 18:34:09 2014 +0200
@@ -1448,6 +1448,7 @@
   _thread_stat = new ThreadStatistics();
   _blocked_on_compilation = false;
   _jni_active_critical = 0;
+  _pending_jni_exception_check_fn = NULL;
   _do_not_unlock_if_synchronized = false;
   _cached_monitor_info = NULL;
   _parker = Parker::Allocate(this) ;