hotspot/src/share/vm/ci/ciMethod.hpp
changeset 13291 9de3b1387cb8
parent 11193 d8de495d05e0
child 13391 30245956af37
--- a/hotspot/src/share/vm/ci/ciMethod.hpp	Wed Jul 11 14:50:30 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciMethod.hpp	Thu Jul 12 00:39:53 2012 -0700
@@ -160,6 +160,8 @@
   // Code size for inlining decisions.
   int code_size_for_inlining();
 
+  bool force_inline() { return get_methodOop()->force_inline(); }
+
   int comp_level();
   int highest_osr_comp_level();