hotspot/src/share/vm/runtime/thread.cpp
changeset 28039 bf5a8340bf8a
parent 27923 2c79bc396381
child 28170 b985dc631984
--- a/hotspot/src/share/vm/runtime/thread.cpp	Fri Dec 05 15:16:01 2014 +0100
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Tue Nov 25 17:33:59 2014 +0100
@@ -1448,6 +1448,7 @@
   _popframe_condition = popframe_inactive;
   _popframe_preserved_args = NULL;
   _popframe_preserved_args_size = 0;
+  _frames_to_pop_failed_realloc = 0;
 
   pd_initialize();
 }