mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8147482: Zero build fails after 8144953
Reviewed-by: coleenp, simonis
This commit is contained in:
parent
3f964f79eb
commit
72a8d2948f
1 changed files with 1 additions and 1 deletions
|
@ -2780,7 +2780,7 @@ run:
|
|||
MORE_STACK(1);
|
||||
pc = METHOD->code_base() + continuation_bci;
|
||||
if (log_is_enabled(Info, exceptions)) {
|
||||
ResourceMark rm(thread);
|
||||
ResourceMark rm(THREAD);
|
||||
stringStream tempst;
|
||||
tempst.print("interpreter method <%s>\n"
|
||||
" at bci %d, continuing at %d for thread " INTPTR_FORMAT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue