# HG changeset patch # User Tom Rodriguez # Date 1443744793 25200 # Node ID 9f24bf92ee949540492a778855f11f407c120ffc # Parent a2af5a344c653d555a750045137a7138b48be10c Remove hasBalancedMonitors diff -r a2af5a344c65 -r 9f24bf92ee94 jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java --- a/jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java Thu Oct 01 10:23:26 2015 -0700 +++ b/jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java Thu Oct 01 17:13:13 2015 -0700 @@ -102,11 +102,6 @@ native long getExceptionTableStart(HotSpotResolvedJavaMethodImpl method); /** - * Determines if {@code method} has balanced monitors. - */ - native boolean hasBalancedMonitors(HotSpotResolvedJavaMethodImpl method); - - /** * Determines if {@code method} can be inlined. A method may not be inlinable for a number of * reasons such as: *