mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8252406: Introduce Thread::as_Java_thread() convenience function
Reviewed-by: shade, coleenp, kbarrett, dcubed
This commit is contained in:
parent
488022689f
commit
976acddeb5
110 changed files with 360 additions and 456 deletions
|
@ -176,7 +176,7 @@ void vframeArrayElement::unpack_on_stack(int caller_actual_parameters,
|
|||
bool is_top_frame,
|
||||
bool is_bottom_frame,
|
||||
int exec_mode) {
|
||||
JavaThread* thread = (JavaThread*) Thread::current();
|
||||
JavaThread* thread = JavaThread::current();
|
||||
|
||||
bool realloc_failure_exception = thread->frames_to_pop_failed_realloc() > 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue