src/share/vm/opto/parse.hpp

changeset 1424
148e5441d916
parent 1279
bd02caa94611
child 1592
c3b315a0d58a
     1.1 --- a/src/share/vm/opto/parse.hpp	Tue Sep 15 11:09:34 2009 -0700
     1.2 +++ b/src/share/vm/opto/parse.hpp	Tue Sep 15 21:53:47 2009 -0700
     1.3 @@ -469,7 +469,7 @@
     1.4  
     1.5    // loading from a constant field or the constant pool
     1.6    // returns false if push failed (non-perm field constants only, not ldcs)
     1.7 -  bool push_constant(ciConstant con);
     1.8 +  bool push_constant(ciConstant con, bool require_constant = false);
     1.9  
    1.10    // implementation of object creation bytecodes
    1.11    void do_new();

mercurial