--- a/hotspot/src/share/vm/opto/machnode.hpp Wed Aug 10 14:06:57 2011 -0700
+++ b/hotspot/src/share/vm/opto/machnode.hpp Thu Aug 11 12:08:11 2011 -0700
@@ -188,6 +188,9 @@
virtual MachNode *short_branch_version(Compile* C) { return NULL; }
bool may_be_short_branch() const { return (flags() & Flag_may_be_short_branch) != 0; }
+ // Avoid back to back some instructions on some CPUs.
+ bool avoid_back_to_back() const { return (flags() & Flag_avoid_back_to_back) != 0; }
+
// First index in _in[] corresponding to operand, or -1 if there is none
int operand_index(uint operand) const;