src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethod.java
changeset 47793 3dcd54513db1
parent 47668 fc4cfca10556
child 50858 2d3e99a72541
equal deleted inserted replaced
47792:2a5b7592ca11 47793:3dcd54513db1
    57     boolean hasReservedStackAccess();
    57     boolean hasReservedStackAccess();
    58 
    58 
    59     /**
    59     /**
    60      * Sets flags on {@code method} indicating that it should never be inlined or compiled by the VM.
    60      * Sets flags on {@code method} indicating that it should never be inlined or compiled by the VM.
    61      */
    61      */
    62     void setNotInlineableOrCompileable();
    62     void setNotInlinableOrCompilable();
    63 
    63 
    64     /**
    64     /**
    65      * Returns true if this method is one of the special methods that is ignored by security stack
    65      * Returns true if this method is one of the special methods that is ignored by security stack
    66      * walks.
    66      * walks.
    67      *
    67      *