changeset in /hg/icedtea6: 2009-07-16 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Thu Jul 16 06:39:24 PDT 2009
changeset ea9d66cbd06d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ea9d66cbd06d
description:
2009-07-16 Matthias Klose <doko at ubuntu.com>
* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry):
Don't initialize `mirror'.
diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 7 ++++++-
ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp | 2 +-
diffs (26 lines):
diff -r 914f2022b402 -r ea9d66cbd06d ChangeLog
--- a/ChangeLog Wed Jul 15 17:54:49 2009 +0200
+++ b/ChangeLog Thu Jul 16 15:34:14 2009 +0200
@@ -1,4 +1,9 @@ 2009-06-23 Edward Nevill <enevill at arm.
-2009-06-23 Edward Nevill <enevill at arm.com>
+2009-07-16 Matthias Klose <doko at ubuntu.com>
+
+ * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry):
+ Don't initialize `mirror'.
+
+2009-07-15 Edward Nevill <enevill at arm.com>
Matthias Klose <doko at ubuntu.com>
* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry):
diff -r 914f2022b402 -r ea9d66cbd06d ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
--- a/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Wed Jul 15 17:54:49 2009 +0200
+++ b/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Thu Jul 16 15:34:14 2009 +0200
@@ -247,7 +247,7 @@ void CppInterpreter::native_entry(method
Unimplemented();
}
void **arguments;
- void *mirror = NULL;
+ void *mirror;
{
arguments =
(void **) stack->alloc(handler->argument_count() * sizeof(void **));
More information about the distro-pkg-dev
mailing list