SDK/RTE 1.4.2.28 Release Notes

Table Of Contents
"Tuning Garbage Collection with the 1.4.2 Java Virtual Machine" at http://
java.sun.com/docs/hotspot/gc1.4.2/index.html.
Java Web Start bundled with the RTE
The files for Java Web Start technology are part of the jre in the directory javaws.
Web Start release notes are also included in the javaws directory.
HeapDump Options:
For more information on the following HeapDump options, see the “HotSpot
Technology Tools and Commands” and “Interaction of HeapDump Options”
sections of the HP-UX Programmer's Guide for Java 2 on the BSC at http://
www.hp.com/go/hpux-java-docs.
-XX:+HeapDump
The HeapDump command-line option can be used to observe memory allocation
in a running Java application by taking snapshots of the heap over time. Using
the _JAVA_HEAPDUMP=1 environment variable allows memory snapshots
to be taken without modifying the java command line. The HeapDump
functionality is available starting with SDK 1.4.2.10 and JDK 5.0.03.
-XX:+HeapDumpOnly
The HeapDumpOnly option can be used to enable HP Heap Dumps using
SIGVTALARM signal (signal 20). Using the environment variable,
_JAVA_HEAPDUMP_ONLY, the HeapDump functionality is triggered without
modifying the java command line.
-XX:+HeapDumpOnOutOfMemory
The -XX:+HeapDumpOnOutOfMemory command-line option causes the JVM
to dump a snapshot of the Java heap when an Out Of Memory error condition
has been reached. The HeapDumpOnOutOfMemory functionality is also available
in JDK 1.5.0.04.
-XX:+HeapDumpOnCtrlBreak
The -XX:+HeapDumpOnCtrlBreak option enables the ability to take snapshots
of the Java heap when a SIGQUIT is sent to the Java process, without using the
jvmti-based -Xrunhprof:heap=dump. This feature is similar to the
-XX:+HeapDump option, except the output format is binary hprof format,
and is placed into a filename. The HeapDumpOnCtrlBreak functionality is
also available with JDK 5.0.05.
Equivalent Oracle release
HP's SDK/RTE 1.4.2.28 release includes Oracle's 1.4.2_29 - 1.4.2_36 releases' functionality.
(Note that on occasion HP backports defect and security fixes from a later Oracle release.
See the Defects fixed in the SDK 1.4.2.28 release (page 21) table and the Security fixes
in the 1.4.2.28 release (page 26) table for all fixes in this release.)
Features 9