bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

JRockit for Windows and Linux User Guide

 Previous Next Contents View as PDF  

Configuring and Running JRockit

This section describes how to use JRockit's command line options. JRockit supports all the standard Java command line options plus numerous extended options.

This section includes information on the following subjects:

Note: If JRockit behaves in some unexpected way, please consult the JRockit FAQ. If that doesn't solve your problem, please send an e-mail to support@bea.com

 


Setting Up JRockit by Using Standard Command Line Options

The following are the standard command line options you can use with JRockit:

 


Setting Standard Output Options

The following options determine if the system will provide messages to the operator and what the form and content of those messages should be.

 


Changing JRockit Behavior by Using -X Options

The -X command line options are used to change the behavior of JRockit to better suit the needs of different Java applications.

Warning: -X options are non-standard and are subject to change at any time.

 


Preventing JRockit from Initiating Shutdown After Receiving a Logoff Event

-Xnohup

If the JRockit is run as a service (for example, the servlet engine for a web server), it can receive CTRL_LOGOFF_EVENT or SIGHUP but should not initiate shutdown, since the operating system will not actually terminate the process. To avoid possible interference such as this, use the -Xnohup command-line option. When this option is used with JRockit, the JVM does not watch for or process CTRL_LOGOFF_EVENT or SIGHUP events.

If you specify -Xnohup, be aware of the following:

 


Configuring Garbage Collection and Thread Management by Using -X Options

Additional -X options, specific to garbage collection and threading, are described in Configuring the JRockit Memory Management System and Configuring the JRockit Thread System.

 

Back to Top Previous Next