On Mon, 1 Feb 2021 18:40:54 GMT, Ioi Lam <ik...@openjdk.org> wrote: > - JVM_GetInterfaceVersion() was used by "HotSpot Express" (HSX) which allowed > the same JDK library to use different version of HotSpot. However, HSX is no > longer supported so this API should be removed. > - Implementations of APIs such as JVM_DTraceActivate, were removed in > [JDK-8068976](https://bugs.openjdk.java.net/browse/JDK-8068976), so their > declarations should be removed from jvm.h
This pull request has now been integrated. Changeset: b9d4211b Author: Ioi Lam <ik...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b9d4211b Stats: 112 lines in 4 files changed: 0 ins; 110 del; 2 mod 8260193: Remove JVM_GetInterfaceVersion() and JVM_DTraceXXX Reviewed-by: alanb, lfoltan, gziemski, ihse ------------- PR: https://git.openjdk.java.net/jdk/pull/2338