On Wed, 30 Nov 2022 12:08:22 GMT, Kevin Walls wrote: > Deprecate the Java Management Extension (JMX) Management Applet (m-let) feature for removal. > > This deprecation will have no impact on users of other JMX features, the JDK's built-in instrumentation, or any of the observability tools. > > More details in bug, and CSR JDK-8297795 Are you planning to add the @deprecated tag with the description for why they are deprecated? I'm surprised the java.management module compiles without it but maybe this module has doclint config in its make file. ------------- PR: https://git.openjdk.org/jdk/pull/11430