RFR(xs): 8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
joe darcy
joe.darcy at oracle.com
Wed Sep 7 21:35:26 UTC 2016
Looks fine Stuart; thanks,
-Joe
On 9/7/2016 2:28 PM, Stuart Marks wrote:
> Hi all,
>
> Please review this very small patch to add a bit of boilerplate text
> to the @deprecated text for Runtime.traceInstructions() and
> Runtime.traceMethodCalls() specifications.
>
> Thanks,
>
> s'marks
>
> # HG changeset patch
> # User smarks
> # Date 1473283632 25200
> # Wed Sep 07 14:27:12 2016 -0700
> # Node ID cbcdb97e8c53d4c3a88bb61ac7bf61e7287a99de
> # Parent 76ba1b74f268f1acc4847e242a2cfcd29880418c
> 8165636: add removal text to Runtime.traceInstructions/MethodCalls
> deprecation text
> Reviewed-by: XXX
>
> diff -r 76ba1b74f268 -r cbcdb97e8c53
> src/java.base/share/classes/java/lang/Runtime.java
> --- a/src/java.base/share/classes/java/lang/Runtime.java Tue Sep 06
> 16:08:54 2016 -0700
> +++ b/src/java.base/share/classes/java/lang/Runtime.java Wed Sep 07
> 14:27:12 2016 -0700
> @@ -733,6 +733,7 @@
> * @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 @@
> * @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
> */
More information about the core-libs-dev
mailing list