hotspot/src/share/vm/runtime/thread.cpp
changeset 28170 b985dc631984
parent 28163 322d55d167be
parent 28039 bf5a8340bf8a
child 29084 1b732f2836ce
--- a/hotspot/src/share/vm/runtime/thread.cpp	Fri Dec 12 18:13:22 2014 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Dec 12 20:49:14 2014 -0800
@@ -1449,6 +1449,7 @@
   _popframe_condition = popframe_inactive;
   _popframe_preserved_args = NULL;
   _popframe_preserved_args_size = 0;
+  _frames_to_pop_failed_realloc = 0;
 
   pd_initialize();
 }