src/share/vm/runtime/thread.cpp

changeset 7419
d3f3f7677537
parent 7333
b12a2a9b05ca
child 7535
7ae4e26cb1e0
child 7627
d68158e12cea
equal deleted inserted replaced
7418:8c08b28b7eee 7419:d3f3f7677537
1493 1493
1494 // JVMTI PopFrame support 1494 // JVMTI PopFrame support
1495 _popframe_condition = popframe_inactive; 1495 _popframe_condition = popframe_inactive;
1496 _popframe_preserved_args = NULL; 1496 _popframe_preserved_args = NULL;
1497 _popframe_preserved_args_size = 0; 1497 _popframe_preserved_args_size = 0;
1498 _frames_to_pop_failed_realloc = 0;
1498 1499
1499 pd_initialize(); 1500 pd_initialize();
1500 } 1501 }
1501 1502
1502 #if INCLUDE_ALL_GCS 1503 #if INCLUDE_ALL_GCS

mercurial