hotspot/src/share/vm/opto/callGenerator.hpp
changeset 20296 bc70e1c29125
parent 20073 bfc95277d42b
child 21089 e1986ff6fe2e
--- a/hotspot/src/share/vm/opto/callGenerator.hpp	Sat Sep 28 12:42:22 2013 -0700
+++ b/hotspot/src/share/vm/opto/callGenerator.hpp	Fri Sep 27 11:52:24 2013 +0400
@@ -65,6 +65,8 @@
   virtual bool      is_predicted() const        { return false; }
   // is_trap: Does not return to the caller.  (E.g., uncommon trap.)
   virtual bool      is_trap() const             { return false; }
+  // does_virtual_dispatch: Should try inlining as normal method first.
+  virtual bool      does_virtual_dispatch() const     { return false; }
 
   // is_late_inline: supports conversion of call into an inline
   virtual bool      is_late_inline() const      { return false; }