diff -r 8c08b28b7eee -r d3f3f7677537 src/share/vm/runtime/thread.cpp --- a/src/share/vm/runtime/thread.cpp Thu Dec 11 10:38:17 2014 +0000 +++ b/src/share/vm/runtime/thread.cpp Tue Nov 25 17:33:59 2014 +0100 @@ -1495,6 +1495,7 @@ _popframe_condition = popframe_inactive; _popframe_preserved_args = NULL; _popframe_preserved_args_size = 0; + _frames_to_pop_failed_realloc = 0; pd_initialize(); }