diff src/share/vm/opto/phaseX.hpp @ 6846:377508648226

8000313: C2 should use jlong for 64bit values Summary: Replace all occurrences of long with jlong in C2 code. Reviewed-by: kvn, twisti
author vlivanov
date Mon, 08 Oct 2012 13:02:13 -0700
parents ee7edf31f688
children d804e148cff8
line wrap: on
line diff
--- a/src/share/vm/opto/phaseX.hpp	Fri Oct 05 19:44:49 2012 -0700
+++ b/src/share/vm/opto/phaseX.hpp	Mon Oct 08 13:02:13 2012 -0700
@@ -497,8 +497,8 @@
 #ifndef PRODUCT
 protected:
   // Sub-quadratic implementation of VerifyIterativeGVN.
-  unsigned long _verify_counter;
-  unsigned long _verify_full_passes;
+  julong _verify_counter;
+  julong _verify_full_passes;
   enum { _verify_window_size = 30 };
   Node* _verify_window[_verify_window_size];
   void verify_step(Node* n);