hotspot/src/share/vm/prims/jvmti.xml
changeset 38115 e607f445b8d5
parent 36508 5f9eee6b383b
child 38116 3953ca7bbf8d
--- a/hotspot/src/share/vm/prims/jvmti.xml	Wed Apr 27 11:25:16 2016 +0200
+++ b/hotspot/src/share/vm/prims/jvmti.xml	Thu Apr 28 12:25:16 2016 -0700
@@ -6482,6 +6482,7 @@
       <synopsis>Get All Modules</synopsis>
       <description>
 	Return an array of all modules loaded in the virtual machine.
+        The array includes the unnamed module for each class loader.
 	The number of modules in the array is returned via
 	<code>module_count_ptr</code>, and the array itself via
 	<code>modules_ptr</code>.