src/share/vm/opto/idealKit.hpp

changeset 2665
9dc311b8473e
parent 2314
f95d63e2154a
child 2708
1d1603768966
child 2726
07acc51c1d2a
     1.1 --- a/src/share/vm/opto/idealKit.hpp	Mon Mar 21 02:30:49 2011 -0700
     1.2 +++ b/src/share/vm/opto/idealKit.hpp	Mon Mar 21 11:28:14 2011 -0700
     1.3 @@ -29,6 +29,7 @@
     1.4  #include "opto/cfgnode.hpp"
     1.5  #include "opto/connode.hpp"
     1.6  #include "opto/divnode.hpp"
     1.7 +#include "opto/graphKit.hpp"
     1.8  #include "opto/mulnode.hpp"
     1.9  #include "opto/phaseX.hpp"
    1.10  #include "opto/subnode.hpp"
    1.11 @@ -160,7 +161,7 @@
    1.12                 bool push_new_state = true);
    1.13    void else_();
    1.14    void end_if();
    1.15 -  void loop(IdealVariable& iv, Node* init, BoolTest::mask cmp, Node* limit,
    1.16 +  void loop(GraphKit* gkit, int nargs, IdealVariable& iv, Node* init, BoolTest::mask cmp, Node* limit,
    1.17              float prob = PROB_LIKELY(0.9), float cnt = COUNT_UNKNOWN);
    1.18    void end_loop();
    1.19    Node* make_label(int goto_ct);

mercurial