< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethod.java

Print this page

        

*** 55,67 **** * @return true if ReservedStackAccess annotation present, false otherwise */ boolean hasReservedStackAccess(); /** ! * Manually adds a DontInline annotation to this method. */ ! void setNotInlineable(); /** * Returns true if this method is one of the special methods that is ignored by security stack * walks. * --- 55,67 ---- * @return true if ReservedStackAccess annotation present, false otherwise */ boolean hasReservedStackAccess(); /** ! * Determines if {@code method} should not be inlined or compiled. */ ! void setNotInlineableOrCompileable(); /** * Returns true if this method is one of the special methods that is ignored by security stack * walks. *
< prev index next >