src/share/vm/opto/parse.hpp

changeset 7182
1de115720e74
parent 7154
42460b71ba70
child 7535
7ae4e26cb1e0
child 7789
eb8b5cc64669
     1.1 --- a/src/share/vm/opto/parse.hpp	Thu May 29 09:41:07 2014 +0000
     1.2 +++ b/src/share/vm/opto/parse.hpp	Mon Jul 14 03:24:35 2014 -0700
     1.3 @@ -142,7 +142,7 @@
     1.4  
     1.5    void print_value_on(outputStream* st) const PRODUCT_RETURN;
     1.6  
     1.7 -  bool        _forced_inline;     // Inlining was forced by CompilerOracle or ciReplay
     1.8 +  bool        _forced_inline;     // Inlining was forced by CompilerOracle, ciReplay or annotation
     1.9    bool        forced_inline()     const { return _forced_inline; }
    1.10    // Count number of nodes in this subtree
    1.11    int         count() const;

mercurial