< prev index next >

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

Print this page
rev 10233 : 8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig

*** 54,63 **** --- 54,65 ---- * * @return true if DontInline annotation present, false otherwise */ boolean isDontInline(); + boolean hasReservedStackAccess(); + /** * Manually adds a DontInline annotation to this method. */ void setNotInlineable();
< prev index next >