src/share/vm/adlc/adlparse.hpp

changeset 3316
f03a3c8bd5e5
parent 2350
2f644f85485d
child 6478
044b28168e20
     1.1 --- a/src/share/vm/adlc/adlparse.hpp	Mon Nov 21 00:57:43 2011 -0800
     1.2 +++ b/src/share/vm/adlc/adlparse.hpp	Wed Sep 14 09:22:51 2011 +0200
     1.3 @@ -232,7 +232,7 @@
     1.4    char *get_relation_dup(void);
     1.5  
     1.6    void  get_oplist(NameList &parameters, FormDict &operands);// Parse type-operand pairs
     1.7 -  void  get_effectlist(FormDict &effects, FormDict &operands); // Parse effect-operand pairs
     1.8 +  void  get_effectlist(FormDict &effects, FormDict &operands, bool& has_call); // Parse effect-operand pairs
     1.9    // Return the contents of a parenthesized expression.
    1.10    // Requires initial '(' and consumes final ')', which is replaced by '\0'.
    1.11    char *get_paren_expr(const char *description, bool include_location = false);

mercurial