src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java
changeset 47793 3dcd54513db1
parent 47668 fc4cfca10556
child 48480 614068b0ddd7
equal deleted inserted replaced
47792:2a5b7592ca11 47793:3dcd54513db1
   468     native long getLocalVariableTableStart(HotSpotResolvedJavaMethodImpl method);
   468     native long getLocalVariableTableStart(HotSpotResolvedJavaMethodImpl method);
   469 
   469 
   470     /**
   470     /**
   471      * Sets flags on {@code method} indicating that it should never be inlined or compiled by the VM.
   471      * Sets flags on {@code method} indicating that it should never be inlined or compiled by the VM.
   472      */
   472      */
   473     native void setNotInlineableOrCompileable(HotSpotResolvedJavaMethodImpl method);
   473     native void setNotInlinableOrCompilable(HotSpotResolvedJavaMethodImpl method);
   474 
   474 
   475     /**
   475     /**
   476      * Invalidates the profiling information for {@code method} and (re)initializes it such that
   476      * Invalidates the profiling information for {@code method} and (re)initializes it such that
   477      * profiling restarts upon its next invocation.
   477      * profiling restarts upon its next invocation.
   478      */
   478      */