author | sspitsyn |
Thu, 28 Apr 2016 21:56:38 +0000 | |
changeset 38117 | 3fadbdec25d5 |
parent 38114 | 5231f6945aba (current diff) |
parent 38116 | 3953ca7bbf8d (diff) |
child 38120 | 7c0b9f2362d9 |
--- a/hotspot/src/share/vm/prims/jvmti.xml Thu Apr 28 22:32:06 2016 +0200 +++ b/hotspot/src/share/vm/prims/jvmti.xml Thu Apr 28 21:56:38 2016 +0000 @@ -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>.