src/share/vm/opto/phaseX.hpp

changeset 4157
377508648226
parent 3975
ee7edf31f688
child 4164
d804e148cff8
     1.1 --- a/src/share/vm/opto/phaseX.hpp	Fri Oct 05 19:44:49 2012 -0700
     1.2 +++ b/src/share/vm/opto/phaseX.hpp	Mon Oct 08 13:02:13 2012 -0700
     1.3 @@ -497,8 +497,8 @@
     1.4  #ifndef PRODUCT
     1.5  protected:
     1.6    // Sub-quadratic implementation of VerifyIterativeGVN.
     1.7 -  unsigned long _verify_counter;
     1.8 -  unsigned long _verify_full_passes;
     1.9 +  julong _verify_counter;
    1.10 +  julong _verify_full_passes;
    1.11    enum { _verify_window_size = 30 };
    1.12    Node* _verify_window[_verify_window_size];
    1.13    void verify_step(Node* n);

mercurial