This commit is contained in:
Yumin Qi 2014-12-12 20:49:14 -08:00
commit e4961abb71
288 changed files with 10289 additions and 3827 deletions

View file

@ -1449,6 +1449,7 @@ void JavaThread::initialize() {
_popframe_condition = popframe_inactive;
_popframe_preserved_args = NULL;
_popframe_preserved_args_size = 0;
_frames_to_pop_failed_realloc = 0;
pd_initialize();
}