Java Platform, Standard Edition Troubleshooting Guide
Contents    Previous    Next

Console Handlers

The Java HotSpot VM registers console events as shown in Table 7-1.

If an application must register its own console handler, then the -Xrs option can be used. With this option, shutdown hooks are not run on SIGTERM (with above mapping of events) and thread dump support is not available on SIGBREAK (with above mapping of the Control+Break event).

Contents    Previous    Next

Copyright © 1993, 2024, Oracle and/or its affiliates. All rights reserved.