summaryrefslogtreecommitdiff
path: root/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java')
-rw-r--r--vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java b/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java
index 193e33535..43b9ae1a1 100644
--- a/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java
+++ b/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java
@@ -90,7 +90,7 @@ final class VMMemoryMXBeanImpl
* information when memory is allocated and deallocated. The
* format of the output is left up to the virtual machine.
*
- * @return true if verbose class loading output is on.
+ * @return true if verbose memory usage output is on.
*/
static native boolean isVerbose();
@@ -101,7 +101,7 @@ final class VMMemoryMXBeanImpl
* may be called by multiple threads concurrently, but there
* is only one global setting of verbosity that is affected.
*
- * @param verbose the new setting for verbose class loading
+ * @param verbose the new setting for verbose memory usage
* output.
*/
static native void setVerbose(boolean verbose);