test/hotspot/jtreg/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
changeset 47793 3dcd54513db1
parent 47668 fc4cfca10556
child 49358 0dc249f5c260
equal deleted inserted replaced
47792:2a5b7592ca11 47793:3dcd54513db1
   222 
   222 
   223     public static long getLocalVariableTableStart(HotSpotResolvedJavaMethod method) {
   223     public static long getLocalVariableTableStart(HotSpotResolvedJavaMethod method) {
   224         return CTVM.getLocalVariableTableStart((HotSpotResolvedJavaMethodImpl)method);
   224         return CTVM.getLocalVariableTableStart((HotSpotResolvedJavaMethodImpl)method);
   225     }
   225     }
   226 
   226 
   227     public static void setNotInlineableOrCompileable(HotSpotResolvedJavaMethod method) {
   227     public static void setNotInlinableOrCompilable(HotSpotResolvedJavaMethod method) {
   228         CTVM.setNotInlineableOrCompileable((HotSpotResolvedJavaMethodImpl)method);
   228         CTVM.setNotInlinableOrCompilable((HotSpotResolvedJavaMethodImpl)method);
   229     }
   229     }
   230 
   230 
   231     public static void reprofile(HotSpotResolvedJavaMethod method) {
   231     public static void reprofile(HotSpotResolvedJavaMethod method) {
   232         CTVM.reprofile((HotSpotResolvedJavaMethodImpl)method);
   232         CTVM.reprofile((HotSpotResolvedJavaMethodImpl)method);
   233     }
   233     }