mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8261585: Restore HandleArea used in Deoptimization::uncommon_trap
Reviewed-by: coleenp, jiefu
This commit is contained in:
parent
849390a11e
commit
95d73129ce
2 changed files with 64 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue