On Wed, 10 Aug 2022 02:10:25 GMT, xpbob <d...@openjdk.org> wrote: >> Container configuration information is useful for troubleshooting >> problems,Exposing information in MBeans is ideal for monitoring, jConsole, >> and other scenarios. >> Results the following >>  > > xpbob has updated the pull request incrementally with one additional commit > since the last revision: > > add bean to list
src/jdk.management/share/classes/com/sun/management/ContainerInfoMXBean.java line 31: > 29: * This is a special bean , only available on Linux systems > 30: */ > 31: public interface ContainerInfoMXBean extends PlatformManagedObject { let's remove one redundant space before `extends` ------------- PR: https://git.openjdk.org/jdk/pull/9372