@Exported public interface ClassUnloadEvent extends Event
There are severe constraints on the debugger back-end during garbage collection, so unload information is greatly limited.
EventQueue
,
VirtualMachine
Modifier and Type | Method and Description |
---|---|
String |
className()
Returns the name of the class that has been unloaded.
|
String |
classSignature()
Returns the JNI-style signature of the class that has been unloaded.
|
toString, virtualMachine
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.