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
>> ![图片](https://user-images.githubusercontent.com/7837910/177248834-50beefe9-4db6-470c-8f15-df5a93892804.png)
>
> 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

Reply via email to