comparison src/share/vm/runtime/thread.cpp @ 20705:d3f3f7677537

6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94 Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes Reviewed-by: kvn, jrose
author roland
date Tue, 25 Nov 2014 17:33:59 +0100
parents b12a2a9b05ca
children 7848fc12602b
comparison
equal deleted inserted replaced
20704:8c08b28b7eee 20705: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