changeset 1687:90de0ba94422

2009-02-26 Gary Benson <gbenson@redhat.com> * ports/hotspot/src/share/vm/shark/sharkBlock.cpp (SharkBlock::call_register_finalizer): Fix mismatch.
author Gary Benson <gbenson@redhat.com>
date Thu, 26 Feb 2009 17:34:19 +0000
parents 252bd67d10c6
children 39e3afb50b61
files ChangeLog ports/hotspot/src/share/vm/shark/sharkBlock.cpp
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* ports/hotspot/src/share/vm/shark/sharkBlock.cpp
+	(SharkBlock::call_register_finalizer): Fix mismatch.
+
 2009-02-26  Gary Benson  <gbenson@redhat.com>
 
 	PR icedtea/202:
--- 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 @@
       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);