hotspot/src/share/vm/runtime/signature.hpp
changeset 27471 6e56277909f1
parent 22234 da823d78ad65
child 31382 8d526a6991e1
--- a/hotspot/src/share/vm/runtime/signature.hpp	Mon Nov 03 11:34:13 2014 -0800
+++ b/hotspot/src/share/vm/runtime/signature.hpp	Wed Oct 29 10:13:24 2014 +0100
@@ -243,7 +243,7 @@
     }
 
     if (mh->size_of_parameters() > max_size_of_parameters ) {
-      _fingerprint = UCONST64(-1);
+      _fingerprint = (uint64_t)CONST64(-1);
       mh->constMethod()->set_fingerprint(_fingerprint);
       return _fingerprint;
     }