mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8205131: remove Runtime trace methods
Reviewed-by: lancea, rriggs, iklam
This commit is contained in:
parent
ac1a11dfc6
commit
6758853b54
4 changed files with 2 additions and 39 deletions
|
@ -683,32 +683,6 @@ public class Runtime {
|
|||
SharedSecrets.getJavaLangRefAccess().runFinalization();
|
||||
}
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue