8300357: Use generalized see and link tags in java.management

Reviewed-by: alanb, dfuchs
This commit is contained in:
Joe Darcy 2023-01-18 20:08:37 +00:00
parent 7bf0d1465e
commit 5473e8a1c6
3 changed files with 12 additions and 13 deletions
src/java.management/share/classes

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -31,12 +31,11 @@ import java.util.Map;
* The management interface for the thread system of the Java virtual machine.
*
* <p> {@code ThreadMXBean} supports monitoring and management of
* <a href="{@docRoot}/java.base/java/lang/Thread.html#platform-threads">
* platform threads</a> in the Java virtual machine. Platform threads are
* typically mapped to kernel threads scheduled by the operating system.
* {@code ThreadMXBean} does not support monitoring or management of
* <a href="{@docRoot}/java.base/java/lang/Thread.html#virtual-threads">
* virtual threads</a>.
* {@linkplain Thread##platform-threads platform threads} in the Java
* virtual machine. Platform threads are typically mapped to kernel
* threads scheduled by the operating system. {@code ThreadMXBean}
* does not support monitoring or management of {@linkplain
* Thread##virtual-threads virtual threads}.
*
* <p> A Java virtual machine has a single instance of the implementation
* class of this interface. This instance implementing this interface is

@ -1,5 +1,5 @@
/*
* Copyright (c) 2002, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -136,8 +136,8 @@ import sun.reflect.misc.ReflectUtil;
* <code><em>protocol</em></code>, or it will throw a
* <code>MalformedURLException</code> if there is none. An
* implementation may choose to find providers by other means. For
* example, it may support <a
* href="{@docRoot}/java.base/java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
* example, it may support {@linkplain
* ServiceLoader##developing-service-providers service providers},
* where the service interface is <code>JMXConnectorProvider</code>.</p>
*
* <p>Every implementation must support the RMI connector protocol with

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -126,8 +126,8 @@ import javax.management.remote.JMXConnectorFactory.ConnectorFactory;
* <code><em>protocol</em></code>, or it will throw a
* <code>MalformedURLException</code> if there is none. An
* implementation may choose to find providers by other means. For
* example, it may support <a
* href="{@docRoot}/java.base/java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
* example, it may support {@linkplain
* java.util.ServiceLoader##developing-service-providers service providers},
* where the service interface is <code>JMXConnectorServerProvider</code>.</p>
*
* <p>Every implementation must support the RMI connector protocol with