/hg/icedtea6: Add missing semicolon
gbenson at icedtea.classpath.org
gbenson at icedtea.classpath.org
Fri May 14 03:16:41 PDT 2010
changeset f50bc2a9120e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=f50bc2a9120e
author: Gary Benson <gbenson at redhat.com>
date: Fri May 14 11:16:36 2010 +0100
Add missing semicolon
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp | 2 +-
diffs (24 lines):
diff -r 58764093660f -r f50bc2a9120e ChangeLog
--- a/ChangeLog Thu May 13 15:53:35 2010 +0100
+++ b/ChangeLog Fri May 14 11:16:36 2010 +0100
@@ -1,3 +1,8 @@ 2010-05-13 Gary Benson <gbenson at redhat
+2010-05-14 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
+ (AbstractInterpreter::layout_activation): Add missing semicolon.
+
2010-05-13 Gary Benson <gbenson at redhat.com>
PR icedtea/483
diff -r 58764093660f -r f50bc2a9120e ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
--- a/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Thu May 13 15:53:35 2010 +0100
+++ b/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Fri May 14 11:16:36 2010 +0100
@@ -819,7 +819,7 @@ int AbstractInterpreter::layout_activati
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
More information about the distro-pkg-dev
mailing list