mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6960550: Missing semicolon in Zero
There is a missing semicolon in cppInterpreter_zero.cpp. Reviewed-by: twisti
This commit is contained in:
parent
c8359c3738
commit
729c6246fb
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ int AbstractInterpreter::layout_activation(methodOop method,
|
|||
bool is_top_frame) {
|
||||
assert(popframe_extra_args == 0, "what to do?");
|
||||
assert(!is_top_frame || (!callee_locals && !callee_param_count),
|
||||
"top frame should have no caller")
|
||||
"top frame should have no caller");
|
||||
|
||||
// This code must exactly match what InterpreterFrame::build
|
||||
// does (the full InterpreterFrame::build, that is, not the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue