hotspot/src/share/vm/opto/parse.hpp
changeset 25640 eb0d8ef2f700
parent 25496 a829ea1310b5
child 28912 27fac2f8fdbe
--- a/hotspot/src/share/vm/opto/parse.hpp	Mon Jul 14 18:24:08 2014 +0000
+++ b/hotspot/src/share/vm/opto/parse.hpp	Mon Jul 14 03:24:35 2014 -0700
@@ -142,7 +142,7 @@
 
   void print_value_on(outputStream* st) const PRODUCT_RETURN;
 
-  bool        _forced_inline;     // Inlining was forced by CompilerOracle or ciReplay
+  bool        _forced_inline;     // Inlining was forced by CompilerOracle, ciReplay or annotation
   bool        forced_inline()     const { return _forced_inline; }
   // Count number of nodes in this subtree
   int         count() const;