OpenJDK / zgc / zgc
changeset 5885:ee6d45117f3b
6960550: Missing semicolon in Zero
Summary: There is a missing semicolon in cppInterpreter_zero.cpp.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
author | twisti |
---|---|
date | Mon, 14 Jun 2010 00:52:15 -0700 |
parents | 3963019e3782 |
children | bcaa03a6ede1 |
files | hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Sat Jun 12 22:53:43 2010 -0700 +++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Mon Jun 14 00:52:15 2010 -0700 @@ -820,7 +820,7 @@ 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