src/share/vm/opto/phaseX.hpp

changeset 4164
d804e148cff8
parent 4153
b9a9ed0f8eeb
parent 4157
377508648226
child 4409
d092d1b31229
     1.1 --- a/src/share/vm/opto/phaseX.hpp	Tue Oct 09 10:09:34 2012 -0700
     1.2 +++ b/src/share/vm/opto/phaseX.hpp	Fri Oct 12 09:22:52 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