src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl.java
changeset 47793 3dcd54513db1
parent 47668 fc4cfca10556
child 50858 2d3e99a72541
equal deleted inserted replaced
47792:2a5b7592ca11 47793:3dcd54513db1
   318     }
   318     }
   319 
   319 
   320     /**
   320     /**
   321      * Sets flags on {@code method} indicating that it should never be inlined or compiled by the VM.
   321      * Sets flags on {@code method} indicating that it should never be inlined or compiled by the VM.
   322      */
   322      */
   323     public void setNotInlineableOrCompileable() {
   323     public void setNotInlinableOrCompilable() {
   324         compilerToVM().setNotInlineableOrCompileable(this);
   324         compilerToVM().setNotInlinableOrCompilable(this);
   325     }
   325     }
   326 
   326 
   327     /**
   327     /**
   328      * Returns true if this method is one of the special methods that is ignored by security stack
   328      * Returns true if this method is one of the special methods that is ignored by security stack
   329      * walks.
   329      * walks.