hotspot/src/share/vm/runtime/signature.cpp
changeset 27471 6e56277909f1
parent 24424 2658d7834c6e
child 33105 294e48b4f704
--- a/hotspot/src/share/vm/runtime/signature.cpp	Mon Nov 03 11:34:13 2014 -0800
+++ b/hotspot/src/share/vm/runtime/signature.cpp	Wed Oct 29 10:13:24 2014 +0100
@@ -158,7 +158,7 @@
   uint64_t saved_fingerprint = fingerprint;
 
   // Check for too many arguments
-  if ( fingerprint == UCONST64(-1) ) {
+  if (fingerprint == (uint64_t)CONST64(-1)) {
     SignatureIterator::iterate_parameters();
     return;
   }