Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8177680 Umbrella: JDK 11 terminal deprecations
  3. JDK-8193035

remove terminally deprecated APIs from java.lang

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 11
    • None
    • core-libs
    • None

      The following classes and methods have been terminally deprecated and should be removed from a JDK feature release:

      @Deprecated(since="9", forRemoval=true) class java.lang.Compiler

      @Deprecated(since="9", forRemoval=true) void java.lang.Runtime.traceInstructions(boolean)
      @Deprecated(since="9", forRemoval=true) void java.lang.Runtime.traceMethodCalls(boolean)

      @Deprecated(since="1.2", forRemoval=true) void java.lang.System.runFinalizersOnExit(boolean)

      @Deprecated(since="1.2", forRemoval=true) void java.lang.Thread.stop(java.lang.Throwable)
      @Deprecated(since="1.5", forRemoval=true) void java.lang.Thread.destroy()
      @Deprecated(since="1.2", forRemoval=true) int java.lang.Thread.countStackFrames()

            smarks Stuart Marks
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: