src/java.base/share/classes/java/lang/Runtime.java
changeset 55319 c6498066a0a5
parent 55231 02db50f278f9
child 58574 dcc760954243
--- a/src/java.base/share/classes/java/lang/Runtime.java	Mon Jun 10 15:53:35 2019 -0700
+++ b/src/java.base/share/classes/java/lang/Runtime.java	Mon Jun 10 17:33:11 2019 -0700
@@ -684,32 +684,6 @@
     }
 
     /**
-     * Not implemented, does nothing.
-     *
-     * @deprecated
-     * This method was intended to control instruction tracing.
-     * It has been superseded by JVM-specific tracing mechanisms.
-     * This method is subject to removal in a future version of Java SE.
-     *
-     * @param on ignored
-     */
-    @Deprecated(since="9", forRemoval=true)
-    public void traceInstructions(boolean on) { }
-
-    /**
-     * Not implemented, does nothing.
-     *
-     * @deprecated
-     * This method was intended to control method call tracing.
-     * It has been superseded by JVM-specific tracing mechanisms.
-     * This method is subject to removal in a future version of Java SE.
-     *
-     * @param on ignored
-     */
-    @Deprecated(since="9", forRemoval=true)
-    public void traceMethodCalls(boolean on) { }
-
-    /**
      * Loads the native library specified by the filename argument.  The filename
      * argument must be an absolute path name.
      * (for example