hotspot/src/share/vm/runtime/thread.cpp
changeset 28039 bf5a8340bf8a
parent 27923 2c79bc396381
child 28170 b985dc631984
equal deleted inserted replaced
28038:76e7ca4c8b6e 28039:bf5a8340bf8a
  1446 
  1446 
  1447   // JVMTI PopFrame support
  1447   // JVMTI PopFrame support
  1448   _popframe_condition = popframe_inactive;
  1448   _popframe_condition = popframe_inactive;
  1449   _popframe_preserved_args = NULL;
  1449   _popframe_preserved_args = NULL;
  1450   _popframe_preserved_args_size = 0;
  1450   _popframe_preserved_args_size = 0;
       
  1451   _frames_to_pop_failed_realloc = 0;
  1451 
  1452 
  1452   pd_initialize();
  1453   pd_initialize();
  1453 }
  1454 }
  1454 
  1455 
  1455 #if INCLUDE_ALL_GCS
  1456 #if INCLUDE_ALL_GCS