< prev index next >

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

Print this page

        

*** 459,469 **** native long getLocalVariableTableStart(HotSpotResolvedJavaMethodImpl method); /** * Determines if {@code method} should not be inlined or compiled. */ ! native void doNotInlineOrCompile(HotSpotResolvedJavaMethodImpl method); /** * Invalidates the profiling information for {@code method} and (re)initializes it such that * profiling restarts upon its next invocation. */ --- 459,469 ---- native long getLocalVariableTableStart(HotSpotResolvedJavaMethodImpl method); /** * Determines if {@code method} should not be inlined or compiled. */ ! native void setNotInlineableOrCompileable(HotSpotResolvedJavaMethodImpl method); /** * Invalidates the profiling information for {@code method} and (re)initializes it such that * profiling restarts upon its next invocation. */
< prev index next >