8261585: Restore HandleArea used in Deoptimization::uncommon_trap

Reviewed-by: coleenp, jiefu
This commit is contained in:
Hui Shi 2021-02-13 02:47:33 +00:00 committed by Jie Fu
parent 849390a11e
commit 95d73129ce
2 changed files with 64 additions and 0 deletions

View file

@ -2465,6 +2465,7 @@ Deoptimization::UnrollBlock* Deoptimization::uncommon_trap(JavaThread* thread, j
// This enters VM and may safepoint
uncommon_trap_inner(thread, trap_request);
}
HandleMark hm(thread);
return fetch_unroll_info_helper(thread, exec_mode);
}