HP-UX Programmer's Guide for Java 2

Table Of Contents
2 HotSpot Technology Tools and Commands
Unless stated otherwise, the information in this Programmer's Guide applies to HP-UX
PA-RISC, and HP-UX Itanium® Processor Family systems.
HotSpot technology is the default Java Virtual Machine (JVM). If you want to run your
1.2 or 1.3 application without the HotSpot technology, you will need to use the
-classic option.
Versions 1.4, 5.0, and 6.0 are not supported on the Classic JVM.
For more information, refer to Oracle's Java HotSpot VM Options at http://
www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html.
The HP-UX JDK for the Java™ 2 Platform includes all the standard Java™ tools, along
with HP enhancements.
Here is a partial list of features provided by the HotSpot JVM:
Improved performance
Java Platform Debugger Architecture (JPDA)
The JPDA for HP-UX is a multi-tiered debugging architecture that allows tools
developers to easily create debugger applications that run portably across platforms,
virtual machine (VM) implementations and SDK versions. The JPDA consists of
three layers:
JVMTI - Java VM Tool Interface:
This interface was new in JDK 5. It replaced JVMDI, which was removed
beginning with the JDK 6.0 release. JVMTI defines the debugging services that
a VM provides.
JDWP - Java Debug Wire Protocol
Defines the communication between debuggee and debugger processes.
JDI - Java Debug Interface
Defines a high-level Java language interface that tool developers can easily use
to write remote debugger applications.
For usage information, refer to Oracle's JPDA documentation at: http://
download.oracle.com/javase/6/docs/technotes/guides/jpda and http://
download.oracle.com/javase/1.5.0/docs/guide/jpda/architecture.html .
Nonblocking I/O APIs
Introduced in 1.4.1, these are now part of the Java system libraries under the
package java.nio. The previous implementation of I/O multiplexing using the
class com.hp.io.Poll is still being included for backward compatibility. We
encourage you to upgrade and use the features provided through the new
java.nio package.
8 HotSpot Technology Tools and Commands