diff src/share/vm/opto/callGenerator.hpp @ 12816:2720ab7a0d70

Merge
author ccheung
date Fri, 04 Oct 2013 21:00:43 -0700
parents 29bdcf12457c
children cefad50507d8 3213ba4d3dff
line wrap: on
line diff
--- a/src/share/vm/opto/callGenerator.hpp	Sat Oct 05 03:14:53 2013 +0200
+++ b/src/share/vm/opto/callGenerator.hpp	Fri Oct 04 21:00:43 2013 -0700
@@ -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; }