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:
parent
61541740ca
commit
0c5f058520
@ -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>.
|
||||
|
Loading…
Reference in New Issue
Block a user