8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module

Clarify the JVMTI spec

Reviewed-by: alanb
This commit is contained in:
Serguei Spitsyn 2016-04-28 12:25:16 -07:00
parent 61541740ca
commit 0c5f058520

View File

@ -6482,6 +6482,7 @@ class C2 extends C1 implements I2 {
<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>.