hotspot/src/share/vm/runtime/thread.cpp
changeset 28170 b985dc631984
parent 28163 322d55d167be
parent 28039 bf5a8340bf8a
child 29084 1b732f2836ce
equal deleted inserted replaced
28167:f5a0bd510868 28170:b985dc631984
  1447 
  1447 
  1448   // JVMTI PopFrame support
  1448   // JVMTI PopFrame support
  1449   _popframe_condition = popframe_inactive;
  1449   _popframe_condition = popframe_inactive;
  1450   _popframe_preserved_args = NULL;
  1450   _popframe_preserved_args = NULL;
  1451   _popframe_preserved_args_size = 0;
  1451   _popframe_preserved_args_size = 0;
       
  1452   _frames_to_pop_failed_realloc = 0;
  1452 
  1453 
  1453   pd_initialize();
  1454   pd_initialize();
  1454 }
  1455 }
  1455 
  1456 
  1456 #if INCLUDE_ALL_GCS
  1457 #if INCLUDE_ALL_GCS