mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8234130: Zero VM build broken after JDK-8233913
Reviewed-by: coleenp
This commit is contained in:
parent
c64756158f
commit
cdba535853
2 changed files with 6 additions and 6 deletions
|
@ -356,7 +356,7 @@ void InterpreterRuntime::note_trap(JavaThread* thread, int reason, TRAPS) {
|
|||
#ifdef CC_INTERP
|
||||
// As legacy note_trap, but we have more arguments.
|
||||
JRT_ENTRY(void, InterpreterRuntime::note_trap(JavaThread* thread, int reason, Method *method, int trap_bci))
|
||||
methodHandle trap_method(method);
|
||||
methodHandle trap_method(thread, method);
|
||||
note_trap_inner(thread, reason, trap_method, trap_bci, THREAD);
|
||||
JRT_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue