[rvm-research] Disable VM shutdown/GC in the end of VM execution
Erik Brangs <[email protected]> Fri, 9 Nov 2018 22:32:39 +0100
| Newsgroups | gmane.comp.java.jikes.rvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 09.11.2018 18:01, Kenan Liu wrote: > Is there any way that we can let VM wait until our printout finishes before it shuts down? We have been stuck here for a while. Thank you for any helps you could provide. Have you tried using shutdown hooks from the normal Java API? Jikes RVM currently doesn't run shutdown hooks when it's terminated via a signal but they should work for other cases. Kind regards, Erik Brangs