Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8057777

Cleanup of old and unused VM interfaces

XMLWordPrintable

    • b37
    • generic
    • generic
    • Not verified

        The HotSpot VM still supports a number of VM Interfaces that are not used anymore by the JDK.
        ```
        JVM_OnExit
        JVM_Exit
        JVM_TraceInstructions
        JVM_TraceMethodCalls
        JVM_IsNaN
        JVM_InitializeCompiler
        JVM_IsSilentCompiler
        JVM_CompileClass
        JVM_CompileClasses
        JVM_CompilerCommand
        JVM_EnableCompiler
        JVM_DisableCompiler
        JVM_AllocateNewObject
        JVM_AllocateNewArray
        JVM_LoadClass0
        JVM_ResolveClass
        JVM_GetFieldAnnotations
        JVM_GetMethodAnnotations
        JVM_GetMethodDefaultAnnotationValue
        JVM_GetMethodParameterAnnotations
        JVM_CX8Field
        JVM_GetLastErrorString
        JVM_Open
        JVM_Close
        JVM_Read
        JVM_Write
        JVM_Available
        JVM_Lseek
        JVM_SetLength
        JVM_Sync
        JVM_InitializeSocketLibrary
        JVM_Socket
        JVM_SocketClose
        JVM_SocketShutdown
        JVM_Recv
        JVM_Send
        JVM_Timeout
        JVM_Listen
        JVM_Connect
        JVM_Bind
        JVM_Accept
        JVM_RecvFrom
        JVM_GetSockName
        JVM_GetSockOpt
        JVM_SetSockOpt
        JVM_GetHostName
        JVM_GetThreadStateValues
        JVM_GetThreadStateNames
        ```
        It might be time to remove them from our code base

              fparain Frederic Parain
              fparain Frederic Parain
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: