--- 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;