8220251: fix headings in java.management

Reviewed-by: lancea
This commit is contained in:
Jonathan Gibbons 2019-05-30 17:28:26 -07:00
parent c73e5b1401
commit 5edd5f5805
16 changed files with 72 additions and 72 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2019, 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
@ -49,7 +49,7 @@ import javax.management.openmbean.CompositeData;
* It can be obtained by calling the
* {@link PlatformManagedObject#getObjectName} method.
*
* <h3> Memory </h3>
* <h2> Memory </h2>
* The memory system of the Java virtual machine manages
* the following kinds of memory:
*
@ -87,7 +87,7 @@ import javax.management.openmbean.CompositeData;
* machine code translated from the Java virtual machine code for
* high performance.
*
* <h3>Memory Pools and Memory Managers</h3>
* <h2>Memory Pools and Memory Managers</h2>
* {@link MemoryPoolMXBean Memory pools} and
* {@link MemoryManagerMXBean memory managers} are the abstract entities
* that monitor and manage the memory system
@ -105,7 +105,7 @@ import javax.management.openmbean.CompositeData;
* add or remove memory managers during execution.
* A memory pool can be managed by more than one memory manager.
*
* <h3>Memory Usage Monitoring</h3>
* <h2>Memory Usage Monitoring</h2>
*
* Memory usage is a very important monitoring attribute for the memory system.
* The memory usage, for example, could indicate:
@ -131,7 +131,7 @@ import javax.management.openmbean.CompositeData;
* certain threshold. It is not intended for an application to detect
* and recover from a low memory condition.
*
* <h3>Notifications</h3>
* <h2>Notifications</h2>
*
* <p>This {@code MemoryMXBean} is a
* {@link javax.management.NotificationEmitter NotificationEmitter}
@ -169,7 +169,7 @@ import javax.management.openmbean.CompositeData;
* MemoryNotificationInfo}.
*
* <hr>
* <h3>NotificationEmitter</h3>
* <h2>NotificationEmitter</h2>
* The {@code MemoryMXBean} object returned by
* {@link ManagementFactory#getMemoryMXBean} implements
* the {@link javax.management.NotificationEmitter NotificationEmitter}