![]() |
![]() |
e-docs > WebLogic JRockit 7.0 SDK > User Guide > Using BEA WebLogic JRockit 7.0 JVM Command Line Options |
User Guide
|
Using BEA WebLogic JRockit 7.0 JVM Command Line Options
This section describes how to use WebLogic JRockit 7.0 JVM's command line options. WebLogic JRockit supports all the standard Java command line options plus numerous extended options.
This section includes information on the following subjects:
Note: If WebLogic JRockit 7.0 JVM behaves in some unexpected way, please consult the WebLogic JRockit 7.0 SDK FAQ. If that doesn't solve your problem, please send an e-mail to support@bea.com
Using Standard Command Line Options
The following are the standard command line options you can use with WebLogic JRockit 7.0 JVM:
Tells WebLogic JRockit 7.0 JVM where to look for classes and resources.
Use a semicolon to separate entries on Windows systems and a colon on Linux.
Tells WebLogic JRockit 7.0 JVM to set a Java system property. These can be read by a Java program, using the methods in java.lang.System.
Tells WebLogic JRockit 7.0 JVM to display verbose output. This option is used mainly for debugging purposes and causes a lot of output to the console. Supported components are memory, load and codegen. If no component is given, WebLogic JRockit 7.0 JVM will display verbose information on everything.
The -X command line options are used to change the behavior of WebLogic JRockit 7.0 JVM to better suit the needs of different Java applications.
Tells WebLogic JRockit 7.0 JVM where to look for the Java 2 class libraries. Use this option only if you want to run WebLogic JRockit with class libraries other than those provided with the default installation. Use semicolons to separate entries on Windows systems and colons to separate entries on Linux.
Specifies which type of garbage collector to use:
Default is gencopy if -Xmx is set to less than 128M and gencon if it is set to more.
Clears memory during garbage collection, either when a new thread local area is allocated or when an object is allocated, alloc is not available on IA64.
Tells WebLogic JRockit to use operating system threads instead of the WebLogic JRockit 7.0 JVM high performance threading system (thin threads). The default, if neither -Xnativethreads nor -Xthinthreads is specified, is to use -Xnativethreads.
Tells WebLogic JRockit to use the WebLogic JRockit 7.0 JVM high performance threading system instead of the operating system threads. This option is recommended when running applications with a large number of threads (more than several hundred).
DISCLAIMER: The -X options are non-standard and subject to change without notice.
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |