changeset in /hg/icedtea6: 2009-02-26 Gary Benson <gbenson at red...
Gary Benson
gbenson at redhat.com
Thu Feb 26 09:34:27 PST 2009
changeset 90de0ba94422 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=90de0ba94422
description:
2009-02-26 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/share/vm/shark/sharkBlock.cpp
(SharkBlock::call_register_finalizer): Fix mismatch.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
ports/hotspot/src/share/vm/shark/sharkBlock.cpp | 2 +-
diffs (24 lines):
diff -r 252bd67d10c6 -r 90de0ba94422 ChangeLog
--- a/ChangeLog Thu Feb 26 10:24:35 2009 -0500
+++ b/ChangeLog Thu Feb 26 17:34:19 2009 +0000
@@ -1,3 +1,8 @@ 2009-02-26 Gary Benson <gbenson at redhat
+2009-02-26 Gary Benson <gbenson at redhat.com>
+
+ * ports/hotspot/src/share/vm/shark/sharkBlock.cpp
+ (SharkBlock::call_register_finalizer): Fix mismatch.
+
2009-02-26 Gary Benson <gbenson at redhat.com>
PR icedtea/202:
diff -r 252bd67d10c6 -r 90de0ba94422 ports/hotspot/src/share/vm/shark/sharkBlock.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkBlock.cpp Thu Feb 26 10:24:35 2009 -0500
+++ b/ports/hotspot/src/share/vm/shark/sharkBlock.cpp Thu Feb 26 17:34:19 2009 +0000
@@ -1191,7 +1191,7 @@ void SharkBlock::call_register_finalizer
builder()->CreateAnd(
access_flags,
LLVMValue::jint_constant(JVM_ACC_HAS_FINALIZER)),
- LLVMValue::intptr_constant(0)),
+ LLVMValue::jint_constant(0)),
do_call, done);
builder()->SetInsertPoint(do_call);
More information about the distro-pkg-dev
mailing list