Notification of a class unload in the target VM.
There are severe constraints on the debugger back-end during garbage collection, so unload information is greatly limited.
- Since:
- 1.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the class that has been unloaded.Returns the type signature of the class that has been unloaded.Methods declared in interface com.sun.jdi.Mirror
toString, virtualMachine
-
Method Details
-
className
String className()Returns the name of the class that has been unloaded. The returned string may not be a binary name.- See Also:
-
classSignature
String classSignature()Returns the type signature of the class that has been unloaded. The result is of the same form as the string returned byClass.descriptorString()
. If this class can be described nominally, the returned string is a type descriptor conforming to JVMS 4.3.2; otherwise, the returned string is not a type descriptor.
-