Details
Description
We should run the shutdown hooks when we get
control-C. The 1.4.2 API spec for
java.lang.Runtime.addShutdownHook specifically
states that we should run the hooks when:
The virtual machine is terminated in response to a user
interrupt, such as typing ^C, or a system-wide event,
such as user logoff or system shutdown.
We don't do it yet. (I have a test case showing this.)
Issue Links
- is depended upon by
-
RVM-929
Follow Java Virtual Machine Specification
-
If the test case is automated, it would be nice if you could attach it.