Modifier and Type | Class and Description |
---|---|
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private final PlatformRecorder | |
pack-priv Object |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private void | |
private WriteableUserPath | |
public void |
recorder | back to summary |
---|---|
private final PlatformRecorder recorder |
tlabDummyObject | back to summary |
---|---|
pack-priv Object tlabDummyObject |
ShutdownHook | back to summary |
---|---|
pack-priv ShutdownHook(PlatformRecorder recorder) |
dump | back to summary |
---|---|
private void dump(PlatformRecording recording) |
makeDumpOnExitPath | back to summary |
---|---|
private WriteableUserPath makeDumpOnExitPath(PlatformRecording recording)
|
run | back to summary |
---|---|
public void run() Implements java. Doc from java. Runs this operation.
|
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public void | uncaughtException(Thread
the thread t, Throwable the exception e)Implements java. |
ExceptionHandler | back to summary |
---|---|
pack-priv ExceptionHandler() |
uncaughtException | back to summary |
---|---|
public void uncaughtException(Thread t, Throwable e) Implements java. Doc from java. Method invoked when the given thread terminates due to the given uncaught exception. Any exception thrown by this method will be ignored by the Java Virtual Machine. |