diff src/share/vm/ci/ciMethod.hpp @ 6222:6d8f36bcef55

6711908: JVM needs direct access to some annotations Summary: Add annotation extraction code to class file parser. Reviewed-by: twisti, jrose, kvn Contributed-by: michael.haupt@oracle.com
author jrose
date Thu, 12 Jul 2012 00:39:53 -0700
parents a04a201f0f5a
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Wed Jul 11 14:50:30 2012 -0700
+++ b/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();