8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text

Reviewed-by: iris, darcy, mchung
This commit is contained in:
Stuart Marks 2016-09-07 14:59:55 -07:00
parent 45e7a1faa8
commit b5f85932d6

View File

@ -733,6 +733,7 @@ public class Runtime {
* @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
*/
@ -745,6 +746,7 @@ public class Runtime {
* @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
*/