< prev index next >

src/share/vm/classfile/vmSymbols.hpp

Print this page

        

@@ -1630,10 +1630,11 @@
 
   // (1) Information needed by the C1 compiler.
 
   static bool preserves_state(vmIntrinsics::ID id);
   static bool can_trap(vmIntrinsics::ID id);
+  static bool should_be_pinned(vmIntrinsics::ID id);
 
   // (2) Information needed by the C2 compiler.
 
   // Returns true if the intrinsic for method 'method' will perform a virtual dispatch.
   static bool does_virtual_dispatch(vmIntrinsics::ID id);
< prev index next >