The JDWP spec for AllClasses says
Returns reference types for all classes currently loaded by the
target VM.
which implies that classes that have been loaded but not prepared
are returned.
But the back-end implementationm does not return classes that
have been loaded but not prepared.
If the back-end code is fixed to return unprepared classes,
then front-end code must be changed to filter them out,
as required by JDI VirtualMachine.allClasses().
###@###.### 2005-04-19 19:40:32 GMT
Returns reference types for all classes currently loaded by the
target VM.
which implies that classes that have been loaded but not prepared
are returned.
But the back-end implementationm does not return classes that
have been loaded but not prepared.
If the back-end code is fixed to return unprepared classes,
then front-end code must be changed to filter them out,
as required by JDI VirtualMachine.allClasses().
###@###.### 2005-04-19 19:40:32 GMT
- relates to
-
JDK-6333263 JDI VirtualMachine.allClasses sometimes returns classes that have not been prepared
-
- Closed
-