mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-04 13:10:15 +00:00
8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
Reviewed-by: iris, darcy, mchung
This commit is contained in:
parent
45e7a1faa8
commit
b5f85932d6
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user