HP-UX Java™ SDK Version 1.3.1.05 Release Notes


» Back to HP-UX Java™ Archived Releases – Release Notes

release notes hp-ux SDK, for the Java™ 2 platform SDK version 1.3.1.05 with HotSpot Server 1.3.1 JVM

These Release Notes are provided on the software and as a standalone file on this website. The website version has the most up-to-date information.

The HP-UX SDK, for the Java 2 Platform Version 1.3 release provides the tools for developing and deploying Java applications on PA-RISC and Itanium processor based workstations, HP server series rp5400, rp7400, and rp8400, and Superdome with HP-UX 11.0 PA-RISC and 11i PA-RISC.

table of contents

features

installation

usage documentation

» supported tools and options
» additional HotSpot option information
» hp specific options and features
» large Java heap sizes

» using WDB to debug the JVM
» support for locales
» TrueType fonts

» date/time methods - new defaults
» profiling capability added
» Using JNI - main/primordial thread stack size limits
» Using JNI - non-main/primordial thread stack size limits
» using JNI - dereferencing null pointers
» using JPDA
» manually launching the application VM
» closing a socket when accept or read is pending
» C and C++ libraries
» CLASSPATH
» JAR files
» compatibility with previous releases
» migrating from Java 1.1 to Java 2
» web sites with more information

problem fixes and known issues

features

SDK 1.3.1.05

The 1.3.1.05 version of the HP-UX SDK, for the Java™ 2 Platform, HotSpot 1.3.1 Edition contains bug fixes and enhancements, which are described in the "Problem Fixes and Known Issues" section at the end of this document. The 1.3.1.05 version of the HP-UX SDK includes Sun Microsystems' release 1.3.1_02.

version numbering

  • Starting with HotSpot 1.3.1, HP uses the same version numbering scheme for HotSpot as for the SDK, following JavaSoft's convention.
  • In order to create a very high degree of compatibility between your PA and IA platforms, we have merged the sources for the product under one release model and now have a unified release numbering scheme. Beginning with SDK version 1.3.1.06, both PA and IPF SDKs will be released simultaneously with the same version number. (Versions 1.3.1.03 and 04 have been assigned to IPF products.)
  • HotSpot version 1.3.1 server JVM

    This SDK 1.3.1 release includes the next generation HotSpot 1.3.1 server JVM (the default) and the Classic VM. See the note above on version numbering.

    The HotSpot 1.3.1 Server JVM for HP-UX 11.0 and 11i is suitable for both client and server workloads. We invoke the Server VM with configuration options that suit client-side applications. All the -X options that were in HotSpot 1.0.1 are included in HotSpot 1.3.1.

    The HP-UX SDK, for the Java 2 Platform, HotSpot 1.3.1 Edition includes all of the standard Java 2 SDK Tools. The tools include appletviewer (with a graphical user interface), extcheck, jar, java, javac, javadoc, javah, javap, jdb and oldjdb (only for -classic mode), rmic, rmid, rmiregistry, serialver, keytool, jarsigner, policytool, native2ascii, tnameserv, and idlj

    This release continues to support a 100% Java compatible environment.

    previous 1.3 releases

    The HotSpot 1.3.1 Server JVM provided a number of improvements over the previous HotSpot 1.01 and Classic runtime environments:

  • Improved performance
  • Full implementation of Java VM Debugging Interface (JVMDI)
  • Support for Java VM Profiling Interface (JVMPI)
  • Support for HP's debugger WDB 3.0.01 for Java stack unwind
  • Support for the -Xeprof option for HPjmeter
  • Introduces a new option, -Xrs, which reduces the use of operating system signals by the Java Virtual Machine
  • Large heap size (HP-UX 11i) PA-RISC
  • Full implementation of JVMDI and JPDA allows you to run HotSpot instead of Classic when using the 1.3 SDK with numerous tools such as TogetherSoft Control Center, Code Warrior, Oracle JDeveloper, IBM Visual Age, Netbeans, JDE, MetaMata, Tek. Tools, Elixier IDE, BlueJ, JIG, JSwat Project, Swing Debugger, and the sample debugger jdb that ships with SDK 1.3.
  • Support for JVMPI means that it is possible to profile java code with the HotSpot 1.3.1 VM. Therefore, you can extract more accurate runtime profiles. Some of the tools based on JVMPI include: hprof (-Xrunhprof), JProbe, JUM, and OptimizeIt. (Note: Although -hprof provides some stack trace information not found in -Xeprof, the latter can sometimes be more useful for performance tuning.) Learn more about JVMDI and JPDA.
  • You can now use HP's debugger WDB 3.0.01 to examine backtraces containing mixed language frames (Java and C/C++) in Java thread stacks. This will simplify debugging the VM and Java mixed-language applications. For details, see "Using WDB to Debug the JVM" in these release notes.
  • View full documentation for the -Xrs option .
  • Large heap size (HP-UX 11i) PA-RISC. Please see the section Large Heap Sizes in these release notes for further information.
  • For more detailed information on previous 1.3 releases, see the release notes for each release on http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAHOME.

    installation

    patches

    Operating system patches should be installed before you install the software. To determine which patches have been installed on your machine, login as root and check your machine with: /usr/sbin/swlist -l product

    For the most up-to-date list of required and recommended patches, and instructions on where to obtain them, visit the patches page. Please install any dependency patches as well. These will be listed on the IT Resource Center web page from where you download the patch.

    minimum system recommendation

    Users will get the best performance with HP server series rp5400, rp7400, rp8400, and Superdome, and PA-8600-based workstations. The recommended minimum system for running Java applications is a PA-RISC 2.0 system.

    installation instructions

    If you download the software from the website, you need approximately 100 MB of disk space on your system to install the software.

    The HP-UX SDK, for the Java™ Platform installs under /opt/java1.3. As root user, use the SD-UX swinstall command to install the software:

    /usr/sbin/swinstall

    It will lead you through the installation. Change Source Depot Type to "Local Directory" and Source Depot Path to /tmp/<filename>. (If you used a directory other than /tmp in the previous step, replace /tmp with that directory name.) We recommend you select the "Reinstall filesets" and unselect the "Mount filesystems" option from the options menu.

    WARNING: Do not unarchive rt.jar, il8n.jar, jpda.jar, and tools.jar. These files are needed by the SDK tools and the runtime environment.

    Add the directory /opt/java1.3/bin to your PATH.

    For information on setting important system parameters required for correct execution of Java programs go to the Programmer's Guide for Java™ 2.

    file structure

    The diagram below displays an abbreviated form of the file structure:
      java1.3
         |
      ___|_____________________________________________________
       |        |        |         |           |          |    
      bin      lib      jre      src.jar      demo     include 
       |        |        |
      java    tools.jar  |
      javac   dt.jar     |
      javadoc ir.idl     |
      javah   orb.idl    |
      javap              | 
      jdb                |
                      ___|__________
                         |          |
                        bin        lib
                         |          |
       __________________|___     __|___________________________________
       |       |       |            |         |       |            |
     java   PA_RISC  PA_RISC2     rt.jar  security  PA_RISC   PA_RISC2.0
            ___|___ ___|_____     il8n.jar     _______|_______ ____|_______ 
               |       |                         |      |          |      |    
           native   native                    classic  hotspot  classic hotspot
           threads  threads                                         
              |       |
            java     java
    

    The tools install under opt/java1.3/bin and the libraries install under opt/java1.3/lib. The tools.jar file contains the classes for supporting the tools and utilities. The file dt.jar contains the DesignTime archive of BeanInfo files.

    The jre directory includes the runtime environment. The file rt.jar contains the runtime classes for the core API. The file il8n.jar contains the internationalization and localization classes and files. The security directory contains security management files. The PA_RISC and PA_RISC2 directories contain the shared libraries used by the HP-UX platform. The file src.jar contains an archive of source files for the core API for informational purposes. To view the files, enter the command:

    $ jar xvf src.jar.

    The include directory contains the header files for supporting JNI and JVMDI.

    usage documentation

    The HP-UX Programmer's Guide for Java 2 provides additional information.

    The Java 2 Platform, Standard Edition, v 1.3 API Specification is provided at http://java.sun.com/j2se/1.3/docs/api/index.html. Note: Only the java.x packages are supported.

    Below are some additional documentation notes.

    supported tools and options

    To run a tool on HP-UX, either use the full path name or add the path to the startup file. For example, for javac, on the command line you could enter: /opt/java1.3/bin/javac yourfile.java. You could alternatively add /opt/java1.3/bin to your PATH statement and on the command line enter: javac yourfile.java

    The HotSpot technology accepts all of the standard tools and options. The standard tools and the standard documentation references are noted below:

    The appletviewer tool is documented at http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/appletviewer.html

    CLASSPATH is documented at http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/classpath.html

    The jar tool is documented at http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/jar.html

    The java tool is documented at http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/java.html

    The javac tool is documented at http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/javac.html

    The javadoc tool is documented at: http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/javadoc.html

    The javah tool is documented at: http://www.java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/javah.html

    The javap tool is documented at: http://java.sun.com/reference/docs/index.html

    The jdb (JPDA) jdb tool is documented at: http://java.sun.com/docs/index.html

    The extcheck tool is documented at: http://java.sun.com/reference/docs/index.html

    The rmic tool is documented at: http://java.sun.com/reference/docs/index.html

    The rmiregistry tool is documented at: http://java.sun.com/reference/docs/index.html

    The rmid tool is documented at: http://java.sun.com/reference/docs/index.html

    The serialver tool is documented at: http://java.sun.com/reference/docs/index.html

    The native2ascii tool is documented at: http://java.sun.com/reference/docs/index.html

    The keytool tool is documented at: http://java.sun.com/reference/docs/index.html

    The jarsigner tool is documented at: http://java.sun.com/reference/docs/index.html

    The policytool tool is documented at: http://java.sun.com/reference/docs/index.html

    The tnameserv tool is documented at: http://java.sun.com/reference/docs/index.html

    The idlj tool is documented at: http://java.sun.com/reference/docs/index.html

    additional HotSpot option information

    The HotSpot technology accepts all of the standard options as well as the following partial list of non-standard -X options. Non-standard options are subject to change in future releases.

    -X

    Prints out a brief usage message describing the non-standard options.

    -Xbatch

    Disables background compilation. If compilation of a large method is taking a long time, the performance engine will revert to interpreting the method. It will compile the method as a background task, running the method in interpreter mode until the background compilation is finished. The -Xbatch flag disables background compilation so that compilation of all methods proceeds as a foreground task until completed, regardless of how long the compilation takes. This flag is provided for users who desire more deterministic behavior of method compilation for purposes such as benchmarking.

    -Xbootclasspath:<bootclasspath>

    Specify a colon-separated list of directories, JAR archives, and ZIP archives to search for boot class files. The specified boot class libraries will be used instead of the boot class files in the jre/lib/rt.jar archive normally used by the Java 2 software.

    -Xincgc

    Enable the incremental garbage collector. The incremental garbage collector, which is off by default, will eliminate occasional garbage-collection pauses during program execution. However, it can lead to a roughly 10% decrease in overall performance.

    -Xint

    Operate in interpreted-only mode. Compilation to native code is disabled, and all bytecodes are executed by the interpreter. The performance benefits offered by the Java HotSpot adaptive compiler will not be present in this mode.

    -Xmn

    Set the Java new generation heap size (for example: -Xmn64m). The "new generation" is the first generation in HotSpot's generational garbage collector. This option replaces the option -XX:NewSize=N.

    -Xms<size>

    Specify the initial size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 1MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 5248KB. Examples:

    -Xms4194304
    -Xms4096k
    -Xms4m

    -Xmx

    Specify the maximum size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 2MB. Append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. The default value is 64MB. Examples:

    -Xmx83886080
    -Xmx81920k
    -Xmx80m

    -Xnoclassgc

    Disables class garbage collection.

    -Xoptgc

    The optimistic garbage collection flag. Improves garbage collection performance of applications with mostly short-lived objects. A server-side application that creates many short-lived objects for each transaction is likely to benefit greatly with Xoptgc. However this flag should be used with caution. It is not recommended for applications that build up objects quickly during the run time that are not short-lived.

    -Xprof (Excerpt below from Sun Microsystems' documentation.)

    Profiles the running program, and sends profiling data to standard output. This option is provided as a utility that is useful in program development and is not intended to be be used in production systems.

    -Xrs (beginning with HotSpot 1.3.1)

    Reduces use of operating-system signals by the Java virtual machine (JVM), allowing for orderly shutdown of a Java application. Allows user cleanup code (such as closing database connections) to run at shutdown, even if the JVM terminates abruptly. For more information, see Javasoft's documentation at: http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html.

    -Xss<size>

    Specify the size of stack for each new Java thread. The default Java thread stack size is 512 KB. This flag is appropriate for programs that have small thread stack size requirements and/or create several thousand threads, potentially running out of virtual memory. Program threads that overflow the allocated stack will receive java.lang.StackOverFlowException.

    Defaults:   -Xss512k (Java 1.3 and 1.4 32-bit mode)
      -Xss1m (Java 1.4 64-bit mode)

    -XX:+AggressiveHeap

    This option instructs the JVM to push memory use to the limit: the overall heap is around 3850MB, the memory management policy defers collection as long as possible, and (beginning with J2SE 1.3.1.05) some GC activity is done in parallel. Because this option sets heap size, do not use the -Xms or -Xmx options in conjunction with -XX:+AggressiveHeap. Doing so will cause the options to override each other's settings for heap size.

    Because the -XX:+AggressiveHeap option has specific system requirements for correct operation and may require privileged access to system configuration parameters, it should be used with caution. We have found it to be useful for certain applications that create a lot of short lived objects.

    -XX:+AllowUserSignalHandlers

    Instructs the JVM not to complain if the application installs signal handlers.

    -XX:+DisableExplicitGC

    Disable calls to System.gc(). The JVM still performs garbage collection when necessary.

    -XX:MaxNewSize=<size> (not supported on 1.3)

    Sets the maximum size of new generation (in bytes). Note that in HotSpot 1.0.1 this option took an integer that specified a value in Kbytes. Starting with HotSpot 1.3.1, the integer argument specifies bytes. The arguments can now be followed by either 'k' or 'm' to specify Kbytes or Mbytes.

    -XX:NewSize=<size>

    Sets the default size of new generation (in bytes). Note that in HotSpot 1.0.1 this option took an integer that specified a value in Kbytes. Starting with HotSpot 1.3.1, the integer argument specifies bytes. The arguments can now be followed by either 'k' or 'm' to specify Kbytes or Mbytes.

    -XX:NewSizeThreadIncrease=<sizeInKb>

    Sets the additional size added to desired new generation size per non-daemon thread (in bytes). Note that in HotSpot 1.0.1 this option took an integer that specified a value in Kbytes. Starting with HotSpot 1.3.1, the integer argument specifies bytes. The arguments can now be followed by either 'k' or 'm' to specify Kbytes or Mbytes.

    -XX:MaxPermSize

    Sets the maximum size of permanent generation (in bytes). Note that in HotSpot 1.0.1 this option took an integer that specified a value in Kbytes. Starting with HotSpot 1.3.1, the integer argument specifies bytes. The arguments can now be followed by either 'k' or 'm' to specify Kbytes or Mbytes.

    -XX:+ServerApp

    A set of XX options which, when bundled together, make some applications run faster. For each release, the options as well as the values may be different depending upon the default values of XX options. We recommend that you test to see whether this set enhances the performance of your application before you use the option in production.

    -XX:SurvivorRatio=<size>

    Ratio of eden/survivor space size. Default for SDK 1.3 is 64MB. Number can include 'm' or 'M' for megabytes, 'k' or 'K' for kilobytes, and 'g' or 'G' for gigabytes. For example, 32k is the same as 32768.

    -XX:+UseCompilerSafepoints (PA-RISC 1.3.1, 1.4 and later, Itanium 1.4.2 and later)

    Enables compiler safe points. In this release, compiler safe points is off by default. Enabling compiler safepoints guarantees a more deterministic delay to stop all running java threads before doing a safepoint operation, namely garbage collection and deoptimization. In this release, a patch is required. See "Known Problems" in these release notes.

    -XX:+UseOnStackReplacement (PA-RISC 1.3.1, 1.4 and later, Itanium 1.4.2 and later)

    Enables on stack replacement. In this release, on stack replacement is off by default. On stack replacement enables the interpreter to go into compiled code while it is executing the same instance of the method call. If you enable on stack replacement, you should also enable compiler safe points (see the previous option).

    -XX:+UseSIGUSR2

    Use the java command line option -XX:+UseSIGUSR2 if you want the JVM to use SIGUSR2 for internal operations like Thread.interrupt() calls instead of SIGUSR1, the default. This allows you to better implement third-party middleware applications that in some versions want to use SIGUSR1 for similar purposes in their native code.

    hp specific options and features

    Additional HP specific documentation is provided in the HP-UX Programmer's Guide

    Noteworthy HP specific options and features for Java 2 version 1.3 include the following:

  • -pa11
  • -Xeprof
  • -Xnocatch
  • -Xoptgc
  • -Xprep
  • -verbosegc
  • -Xverbosegc
  • and the FastSwing feature.
  • These are described below.

    -pa11 option
    HP's PA-RISC 2.0 architecture offers performance features not compatible with previous architectures. PA1.1 binaries can be run on a PA1.1 as well as PA2.0 based systems; however, a PA2.0 binary can only run on a PA2.0 based system. Starting with the 1.2.2 release of the SDK, HP includes two versions of the shared libraries comprising APIs and VMs. The PA2.0 shared libraries will be default if the user is running on a PA2.0 system. The user can override the use of the PA2.0 version of the shared libraries on a PA2.0 by specifying the -pa11 flag. For example:

    On a PA2.0 based system, invoking Java by typing

    java -version

    results in something similar to:

    java version "1.3.1"
    HotSpot VM (..., mixed mode, PA2.0 build 1.3.1.00-00/04/23-PA_RISC 2.0)

    The generated version string indicates that the PA2.0 version of the VM will be used.

    You can override the use of the PA2.0 version of the VMs and APIs on a PA2.0 system by adding the -pa11 flag as follows:

    java -pa11 -version

    This results in something similar to:

    java version "1.3.1"
    HotSpot VM (..., mixed mode, PA1.1 build 1.3.1.00-00/-4/23-PA_RISC 1.1)

    The version string indicates that the PA1.1 version of the VM in spite of the fact that we are running on a PA2.0 system.

    Note: If you run HotSpot with the -pa11 flag or run on a PA 1.1 system, your heap address space will be restricted to 1G.

    -Xeprof option
    The -Xeprof option generates profile data for HPjmeter. The -Xeprof option enables profiling of Java applications running on HotSpot version 1.2.2.05 or greater and collects method clock and CPU times, method call count, and call graph. (For more information on HPjmeter, see HPjmeter Downloads and Documentation.)

    To profile your application use the following command:

    java -Xeprof:<options> ApplicationClassName

    To profile your applet, use:

    appletviewer -J-Xeprof:<options> URL>

    where <options> is a list of <key>[=<value>] arguments separated by commas.

    After the profiled applet or application normally terminates execution, the Java Virtual Machine writes the profile data to a file in the current directory.

    We have found the following options useful in most cases:

    For CPU time metrics with minimal intrusion:

    -Xeprof or
    -Xeprof:ie=no

    Exact call count information and object creation profiling:

    -Xint -Xeprof:ie=no

    To see the complete list of available options, use

    java -Xeprof:help

    Here are the supported -Xeprof options:

    file=<filename>

    The profile data will be written to the named file. The default is java.eprof.

    times=quick|thorough

    Collect call graph with inclusive method clock and CPU times and method call count.

    This option uses tracing with reduction and collects the data separately for each thread, throughout the whole execution time of the program.

    The quick value instructs the profiler to use the hardware Interval Timer register for time measurement. This value results in faster profiling runs, but in very rare circumstances can produce inaccurate data. This is the default for PA-RISC 2.0 based machines. If you ever suspect that the profile data generated using the quick value is incorrect then redo the run to see whether the results can be replicated.

    The thorough value is the opposite of quick, disabling the use of the Interval Timer. The profiling runs will be longer, but will provide timing data with the same quality as the system calls used to measure the time. However, the profiling intrusion and overhead also increase. This is the default for PA-RISC 1.1 based machines.

    ie=yes|no

    Enable/disable the profiling intrusion estimation.

    ie=yes, the default value, specifies that the profiler estimate the profiling intrusion and write the estimated values to the profile data file. A future version of HPjmeter will be able to present the timing data as: raw, meaning the data as collected, or compensated, meaning with the estimated intrusion subtracted.

    Disabling intrusion estimation reduces the size of the data files, but will also disable the intrusion compensation feature.

    inlining=disable|enable

    Disable/enable inlining in the HotSpot VM.

    The compiler in the HotSpot VM optimizes Java applications by inlining frequently called methods. Execution of inlined methods does not count as "calls" from the profiler's viewpoint. Instead, the time spent in an inlined method is attributed to its caller.

    The count of created objects cannot be reliably estimated in the presence of inlining, because the calls to the constructors may have been inlined.

    To obtain an accurate method call count and to enable the created objects metric, run the VM with inlining=disable.

    -Xnocatch
    The -Xnocatch option disables the Java "catch-all" signal handler. Use this option to generate clean stack traces from native code.

    -Xoptgc
    The Xoptgc, or 'optimistic garbage collection' flag, improves garbage collection performance of applications with mostly short-lived objects. A server-side application that creates many short-lived objects for each transaction is likely to benefit greatly with Xoptgc. However this flag should be used with caution. It is not recommended for applications that build up objects quickly during the run time that are not short-lived.

    -Xprep
    The -Xprep option is used to dynamically preprocess (modify) bytecodes of the classes loaded by the VM. Its syntax is:

    -Xprep <factory_class_name>:<arguments>

    where <factory_class_name> is a qualified name of the class that will be used to create the preprocessor, and <arguments> is any string that will be passed to the method creating the preprocessor. The location of the factory class must be specified in the -Xbootclasspath option passed to the VM, together with the location of the appropriate rt.jar.

    When the -Xprep option is specified, before loading the application classes, the Java VM will load the specified factory class and execute the method in the class declared as:

    class <factory_class_name> implements Preprocessor {
    public static Preprocessor createPreprocessor (String arg)

    where Preprocessor is an interface defined as:

    package hp.javatools.bytecode;
    public interface Preprocessor {
    public abstract byte[] instrument (String name, byte[] klass); }

    The VM will pass the <arguments> specified in the -Xprep option to the createPreprocessor method as its only argument. The Preprocessor object returned by the invocation will be saved by the VM.

    For each subsequently loaded class, the VM will invoke the instrument() method on the Preprocessor object, passing the name of the class being loaded, and the bytecode representation of the class. The returned array of bytes will be used by the VM as the replacement of the original version of the class. If null is returned, the original version of the class will be used.

    -verbosegc or -verbose:gc
    Prints out the result of a garbage collection to the stdout stream. At every garbage collection, the following 5 fields are printed:

    [%T %B->%A(%C), %D]

    %T is "GC:" when the garbage collection is a scavenge, and "Full GC:" when its a full garbage collection. A scavenge collects live objects from the New Generation only, whereas a full garbage collection collects objects from all spaces in the Java heap.

    %B is the size of Java heap used before garbage collection, in KB.

    %A is the size after garbage collection, in KB.

    %C is the current capacity of the entire Java heap, in KB.

    %D is the duration of the collection in miliseconds.

    -Xverbosegc<options>
    To better understand how garbage collection works in the HotSpot JVM, we recommend the article "Improving Java Application Performance and Scalability by Reducing Garbage Collection Times and Sizing Memory Using JDK 1.4.1" (November 2002) by Nagendra Nagarajayya and J. Steven Mayer. The article describes garbage collectors in SDK 1.4.x, however it also covers the older collectors used in 1.3.x.

    In addition, we recommend HP's tool HPjtune, which graphically displays information contained in an Xverbosegc log.

    This option prints out detailed information about the spaces within the Java Heap before and after garbage collection.

    The syntax of the option is:

    -Xverbosegc[:help]|[0|1][:file=[stdout|stderr|<filename>]]

    :help prints this message.

    0|1 controls the printing of heap information:

    0 Print only after each full GC
    1 (default) Print after every Scavenge and Full GC

    :file=[stdout|stderr|<filename>]specifies output file

    stderr (default) directs output to standard error stream
    stdout directs output to standard output stream
    <filename> file to which the output will be written

    At every garbage collection, the following 18 fields are printed:
    <GC: %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14 %15 %16 %17 %18 >

    1: Indicates the cause of the garbage collection.
        -1: indicates a scavenge (during a scavenge only objects from
            the New space are collected)
        0-6: indicates a full garbage collection (during a full garbage
             collection objects from all areas are collected)
    The code indicates the reason for the full garbage collection as follows:
        Reason:
        0:  Call to System.gc()
            The call was made by the application.
        1:  Old Generation full
            An object was to be allocated in the Old Generation, but there
            was no room there.
        2:  Permanent Generation full
            The heap area holding the reflection objects (representing Java
            classes and methods) was full.
        3:  Train Generation full
            Reserved for Java Virtual Machine developers
        4:  Old generation expanded on last scavenge
            Due to implementation reasons, if the Old Generation expanded
            on last scavenge, no more scavenges can be performed reliably
            before the next full garbage collection.
        5:  Old generation too full to scavenge
            An object was to be allocated in the New Generation, but there
            was no room there.  However, the VM has determined that the Old
            Generation was likely too full for a scavenge to compete without
            expanding the Old Generation.  Therefore a full garbage collection
            was performed rather than a scavenge.
        6:  FullGCAlot
            Reserved for Java Virtual Machine developers.
    %2: The time elapsed between the Java program start and the start of this
        garbage collection event.
    %3: Garbage collection invocation. This is the sequential number (count) of the
        garbage collection event. Counts of Scavenge and
        Full GCs are maintained separately. 
    %4: Size of the object allocation request that forced the GC, in bytes.
    %5: Tenuring threshold - determines how long the new born object
        remains in the New Generation.
        The report includes the size of each space:
           Occupied before garbage collection (Before)
           Occupied after garbage collection (After)
           Current capacity (Capacity)
    All are in bytes.
    Eden sub-space (within the New Generation)
    %6:  Before
    %7:  After
    %8:  Capacity
    Survivor sub-space (within the New Generation)
    %9:  Before
    %10: After
    %11: Capacity
    Old Generation
    %12: Before
    %13: After
    %14: Capacity
    Permanent Generation (Storage of Reflective Objects)
    %15: Before
    %16: After
    %17: Capacity
    %18: Duration of the garbage collection in seconds.
    

    FastSwing
    FastSwing is an HP feature which provides significant performance improvement for Swing Applications on a Remote X-Server. Remote X-Servers include X-Terminals, PC-XServers like Exceed and Reflection X and remote UNIX workstations.

    To use this feature invoke java or appletviewer as follows:

    /opt/java1.3/bin/java -Dhp.swing.useFastSwing=true MyApp

    or

    /opt/java1.3/bin/appletviewer -J-Dhp.swing.useFastSwing=true applet.html

    Currently we recommend using this feature only for Remote displays as it has the following caveat:

    Double-buffered Swing Components cannot perform Graphics2D operations with the FastSwing feature turned on. When doing so you will get the following exception:

    java.lang.ClassCastException: sun.awt.motif.X11OffScreenImage
    at BezierAnimationPanel.run(BezierAnimationPanel.java:223)
    at java.lang.Thread.run(Unknown Source)
    large Java heap sizes

    expanding heap size to 3.8 gb in native apps
    If you embed libjvm in a native application, and wish to use a large Java heap, you need to ensure that enough private data space is enabled. For both HP-UX 11.0 and 11i, by using HP-UX's EXEC_MAGIC linked with "-N" you can expand your available memory space from 1GB to around 1.7GB.

    On HP-UX 11i, with the installation of Patch PHKL_25614, you can get larger Java heap by using the commands below. For more information on installing patches, go to the patches page.

    For 1500MB to 2400MB of Java heap, use this command:
    chatr +q3p enable <executable name>

    For 2400MB to 3.8GB of Java heap, use this command:
    chatr +q3p enable +q4p enable <executable name>

    See also "Application Dependent Considerations When Using Large Heap Size" in these release notes.

    expanding heap size to 3.8 gb (hp-ux 11i)
    Hotspot 1.3.1 now supports heaps up to 3.8 GB on HPUX 11.i, with the installation of patch PHKL_25614. For more information on installing patches, go to the patches page.

    For java invoked from the command line on HP-UX 11i, Java will automatically choose an appropriate executable. For heaps less than 1500MB, the executable will simply be called 'java'. For heaps greater than or equal to 1500MB, and less than 2400MB, the executable is 'java_q3p'. If the Java heap is 2400MB or higher, the executable is 'java_q4p'. You do not need to directly invoke these programs. Just invoke 'java' as usual, and the appropriate program will be run for you.

    In addition, be aware that if you wish to use very large heaps, because of segmentation in the HP-UX virtual address space, when the Java heap is larger than 3000MB, either new space (-Xmn) or old space (-mx minus -Xmn) must be approximately 850MB or less.

    See also the next section, "Application Dependent Considerations When Using Large Heap Size."

    application dependent considerations when using large heap size

    Thread stacks and C heap are allocated from the same address space as the Java heap, so if you set the Java heap too large, new threads may not start correctly. Or some other part of the runtime or native methods may suddenly fail if the C heap cannot allocate a new page. An application may start up correctly with a 1.7 GB heap, but this does not necessarily mean it's going to work correctly.

    For example, if you use a 1 MB stack size, and have about 80 threads in the process, you will have 80 MB for stacks. If you have native libraries, you would probably add another 64 MB for C heap. You have now used a total of 144 MB of your heap for other things.

    Since all programs have varying C heap requirements and have varying numbers of threads, it's difficult to ascertain what the effect will be of running the application at its limit. It's important to understand the real requirements of your application. We recommend that you perform sizing tests before deployment with a realistic load, while monitoring with the -Xverbosegc option and a tool like GlancePlus.

  • For more on the -Xverbosegc option, go to the HotSpot chapter of the HP-UX Programmer's Guide for Java 2.
  • For more information on GlancePlus, go to the glanceplus web site
  • For more information on performance tuning Java on HP-UX, refer to our Performance Tuning website
  • using WDB to debug the JVM

    You can now use HP's debugger WDB 3.0.01 (the Gnu Debugger gdb) to examine backtraces containing mixed language frames (Java and C/C++) in Java thread stacks. This will simplify debugging the VM and Java mixed-language applications. Set the environment variable GDB_JAVA_UNWINDLIB to the pathname of the Java Unwind Share Library libjunwind.sl, which is in the SDK. The default location of the Java Unwind Library in the SDK is:

    /opt/java1.3/jre/lib/PA_RISC/libjunwind.sl
    /opt/java1.3/jre/lib/PA_RISC2.0/libjunwind.sl
    For example, in ksh, you should set the environment variable like this:

    export GDB_JAVA_UNWINDLIB=/opt/java1.3/jre/lib/PA_RISC/libjunwind.sl (if you use PA1.1 machines), or

    export GDB_JAVA_UNWINDLIB=/opt/java1.3/jre/lib/PA_RISC2.0/libjunwind.sl (if you use PA2.0 machines).

    If you installed the SDK in a location other than the default, you would substitute the non-default location for "/opt/java1.3" in the above commands. Then use WDB as usual to debug your Java applications or core files. See the tutorial slides on Debugging Native Code with gdb (WDB) (PDF, 245KB) for help on how to use the new Java stack unwind functionality.

    » Download the latest Adobe® Acrobat® Reader

    support for locales

    The HP-UX proprietory encodings used by the following HP-UX propietory locales are not recognized by the runtime environment.

    ar_DZ.arabic8 fr_FR.roman8
    ar_SA.arabic8 is_IS.roman8
    da_DK.roman8 it_IT.roman8
    de_DE.roman8 iw_IL.hebrew8
    el_GR.greek8 ja_JP.kana8
    en_GB.roman8 nl_NL.roman8
    en_US.roman8 no_NO.roman8
    es_ES.roman8 pt_PT.roman8
    fi_FI.roman8 sv_SE.roman8
    fr_CA.roman8 tr_TR.turkish8

    The following locales are supported:

    C.iso88591 hu_HU.iso88592
    C.iso885915 is_IS.iso88591
    bg_BG.iso88595 is_IS.iso885915@euro
    cs_CZ.iso88592 it_IT.iso88591
    da_DK.iso88591 it_IT.iso885915@euro
    da_DK.iso885915@euro ja_JP.SJIS
    de_DE.iso88591 ko_KR.eucKR
    de_DE.iso885915@euro nl_NL.iso88591
    el_GR.iso88597 nl_NL.iso885915@euro
    en_GB.iso88591 no_NO.iso88591
    en_GB.iso885915@euro no_NO.iso885915@euro
    en_US.iso88591 pl_PL.iso88592
    es_ES.iso88591 pt_PT.iso88591
    es_ES.iso885915@euro pt_PT.iso885915@euro
    fi_FI.iso88591 ro_RO.iso88592
    fi_FI.iso885915@euro ru_RU.iso88595
    fr_CA.iso88591 sk_SK.iso88592
    fr_CA.iso885915 sl_SI.iso88592
    fr_FR.iso88591 sv_SE.iso88591
    fr_FR.iso885915@euro tr_TR.iso88599
    hr_HR.iso88592 zh_CN.hp15CN
      zh_TW.big5
    TrueType fonts

    The SDK now supports HP-UX Asian TrueType fonts, with the installation of the patches shown below. Follow these steps:

    1. Install the patches you need from the list below. Install the common patch, plus the appropriate patch for your language. To download patches, go to the Patch Database at the IT Resource Center.

    Select the link "Individual Patches" under Maintenance/Support. Scroll down to "retrieve a specific patch by entering the patch name" and enter the patch number in the input field. (This process will redirect you to a new patch if a patch has been superceded.) Read the information about the patch to ascertain any dependencies.

    Japanese: PHSS_24931 (for 11.00) or PHSS_24932 (for 11i)
    Korean: PHSS_24933 (for 11.00) or PHSS_24934 (for 11i)
    Simple-Chinese: PHSS_24935 (for 11.00) or PHSS_24936 (for 11i)
    Common: PHSS_25091 (for 11.00) or PHSS_25092 (for 11i)

    2. Make sure you have installed HP's SDK version 1.3.1.02 or later, which supports Asian TrueType fonts, including new versions of the font.properties files.

    3. Check the status of the font server. The HP-UX X Server uses X Font Server (xfs) as its TrueType font server. In some cases Java's font display may be affected by this daemon because it makes TrueType scalable fonts available.

    To query your X display, use the command "xset -q". This will list the X Font Path. If the path includes the X Font Server, remove it using the command
    "xset -fp tcp/<yourhost>:7000"

    4. When your Java application runs under an Asian locale, Java fonts are defined using the following fonts.properties files shipped in $JAVA_HOME/jre/lib.
    LANG=ja_JP.SJIS font.properties.ja
    LANG=ko_KR.eucKR font.properties.ko
    LANG=zh_CN.hp15N font.properties.zh_EUC_CN

    X windows, Java applications and TrueType fonts
    This section gives you information on how X11 fonts are configured with your HP-UX Java runtime environment. Because the HP-UX SDK has built-in support for the Asian TrueType fonts, you will not normally need this information. However, if you want to change Java's font.properties files or if you have a font-related problem, this information is useful.

    A helpful document is "Font Overview" at http://java.sun.com/j2se/1.3/docs/guide/intl/addingfonts.html.

    Your Java application uses the X11 Window system to display components and fonts. When your Java application runs under an Asian locale, the Java Logical Font Name may be mapped to an X Windows font using the font.properties files in $JAVA_HOME/jre/lib. The font.properties.* files are locale-sensitive.

    When HP-UX Asian TrueType fonts are installed, they will be located at:
    /usr/lib/X11/fonts/TrueType/japanese.st/typefaces
    /usr/lib/X11/fonts/TrueType/korean.st/typefaces
    /usr/lib/X11/fonts/TrueType/chinese_s.st/typefaces

    Each set is shipped with the text files "fonts.dir" and "fonts.dir.jre". HP-UX's SDK reads the index file "fonts.dir.jre" if it exists, otherwise it reads "fonts.dir". The Font IDs (xlfd) used in your font.properties files MUST correspond to the IDs shipped in fonts.dir.jre.

    the hp.fontpath property
    When a font is installed to a location outside of JAVA_HOME, Java finds the font using the Java Fontpath. Java reads fonts.dir.jre (or fonts.dir) found along Java Fontpath to register scalable fonts.

    Java Fontpath may be defined using the "hp.fontpath" property in your locale-sensitive font.properties file. The Java Fontpath is formed by prepending the value of hp.fontpath to $JAVA_HOME/jre/lib/fonts. The default value of hp.fontpath is:

    /usr/lib/X11/fonts/ms.st/typefaces:
    /usr/lib/X11/fonts/type1.st/typefaces:
    /usr/lib/X11/fonts/ttf.st/typefaces

    Java Fontpath is NOT used to find bitmap fonts. Instead, bitmap fonts on HP-UX are found using the font path of the X Server (the X Fontpath).

    bitmap vs. scalable fonts
    Bitmap fonts are stored as such, but scalable fonts are stored as a description of the outline of the font. Scalable fonts are scaled by the X Server to any point size. TrueType is one format of a scalable font. (Type1 and F3 are two others.)

    You can use the "xlsfonts" utility to test which X11 fonts are available on your machine.

    The following is an example Font ID (xlfd) for 16- and 48-point sizes of the bitmap font "batang":

    -hp-batang-medium-r-normal--16-160-75-75-c-160-ksc5601.1987-1
    -hp-batang-medium-r-normal--48-160-75-75-c-160-ksc5601.1987-1

    Scalable fonts can be recognized by the 0 values for the size fields in the xldf, as in this xlfd for "hybatang":

    -hy-hybatang-medium-r-normal--0-0-0-0-m-0-ksc5601.1987-1

    the JAVA_FONTS environment variable
    When the JAVA_FONTS environment variable is set, Java Fontpath is completely overridden. JAVA_FONTS is to be used for testing only. If JAVA_FONTS is not set, hp.fontpath (from font.properties) is used to construct Java Fontpath, as defined in this document.

    how the X font server affects font display
    Because of a defect, we recommend that you do not run the X font server with Asian true type fonts. This problem is fixed in the SDK 1.4 release.

    The X Font Server (xfs) daemon affects what scalable fonts are available on your machine. (The xlsfonts utility lists both locally installed bitmap fonts and scalable fonts available via xfs.)

    AWT applications will fall back to bitmap fonts if scalable fonts are not available. If xfs is not running, your AWT applications will fall back to bitmap fonts.

    controlling the X font server
    HP recommends that xfs not be used with JDK Swing applications (see the previous section). However, if your site prefers to use the X Font Server, this section gives information on how to configure and start it.

    xfs is configured by default using /etc/X11/fs/config. Keep in mind that some HPUX patches that install scalable fonts (for example, PHSS_25091 and PHSS_25092) may edit the xfs config file. This file includes a path used by xfs to find its fonts.

    If you set RUN_X_FONT_SERVER in /etc/rc.config.d/xfs, xfs is started upon reboot and xfs is added to the font path. Alternatively you can use these two commands:

    /usr/bin/X11/xfs -config /etc/X11/fs/config -port 7000 -daemon
    xset +fp tcp/localhost:7000

    Additionally, some HP previous SDK versions including 1.2.2.11, 1.3.0.x and 1.3.1.01, will start the font server when you execute a GUI application on a local display. See the "Starting the X Font Server" section in the release notes for those versions at: http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJAVAINFOLIB

    date/time methods - new defaults

    Since SDK 1.2.2.09 and SDK 1.3.1, there has been a change in the way the HotSpot JVM uses the gettimeofday() system call to obtain date and time information.

    For performance reasons a new mechanism is used that uses the number of cpu ticks since the application started, to calculate the current time.

    As a result, changes to the system date or time using date(1), adjtime(2) or time synchronization utilities such as ntp will not be reflected in the date and time that Java returns, until the process is restarted.

    If your application requires that Java immediately reflects such system time changes, you can use the -XX:+UseGetTimeOfDay option to tell the JVM to use the gettimeofday call instead of the new, lightweight mechanism. However you may notice a drop in performance.

    profiling capability added

    In the SDK version 1.3.1.05, a SIGPROF handler to support future profiling capability is installed automatically. This may cause incompatibilities with other native code or profiling tools which use SIGPROF.

    You can turn off the SIGPROF handler by using the following option:
    -XX:+ReduceSignalUsage

    However you should be aware that using this option also turns off the SIGQUIT handler. Therefore you will not be able to get a Java stack trace.

    Using JNI - main/primordial thread stack size limits

    The primordial thread is the first thread when a process is created. This is the thread that has the main method. It is also called the main thread. The primordial thread stack size is controlled by the kernel parameter maxssiz or maxssiz_64bit. The Java VM (JVM) has two options for controlling the stack size:

    -XX:MainThreadStackSize=n
    -Xss[n][k or m]

    In the Java VM the size of the primordial thread is restricted to the *greater* of MainThreadStackSize (default 2M) or ThreadStackSize (specified by -Xss). For example, if you specify -Xss1m, the JVM still takes 2M for the main thread. And if you specify -Xss4m, the JVM takes 4M for the main thread as well.

    If your application calls JNI_CreateJavaVM or JNI_AttachCurrentThread from the primordial thread, under certain conditions the stack usage could cross the JVM-imposed primordial thread stack size limit of 2M and cause a stack overflow situation in the native code itself, even if no Java code was ever run on the primordial thread.

    One workaround is to use the option -XX:MainThreadStackSize=<value> to increase the primordial thread stack size, However be aware that -XX options are non-standard options, and are liable to change from release to release.

    Other workarounds and examples are provided in our Programmer's Guide along with the effects of using maxssiz on the amount of writeable data space available to the application. Refer to the JNI chapter of our Programmer's Guide for Java 2 at: Using Java™ 2 JNI on HP-UX

    Using JNI - non-main/primordial thread stack size limits

    The default stack size for 1.4 64-bit mode JVM- created threads is 1MB. On PA-RISC 32 and 64-bit systems, the default stack size is 64KB. Therefore, if you are using C language main programs that attach with JNI, you will want to adjust the stack size to avoid overflows.

    Here are some suggestions to work around stack overflow problems in threads other than the main thread:

  • If the thread is created in native code and is attached to Java through JNI_AttachCurrentThread, increase the stack size attribute when creating the thread with pthread_create.
  • If the thread is created inside Java and there is a stack overflow condition, increase the thread stack size with -Xss<n>
  • using JNI—dereferencing null pointers

    In Java 2, JNI code that incorrectly dereferences NULL will result in a SIGSEGV, which may be different behavior than that experienced with Java 1.1 releases. For example, in Java 1.1, JNI methods that dereference NULL pointers like this:

    int *p = NULL;
    return *p;
    will return the value 0.

    With the Java 2 the HotSpot VM, such dereferences result in a SIGSEGV, and java NULL checks can be performed without having to emit explicit code to do so. With Java 2 HotSpot, the signal is caught, and a null pointer exception is thrown if the offending instruction was within the VM (compiled code, or in the interpreter). This method may uncover hidden programming errors.

    Also, if you are including the HP-UX Runtime Environment for the Java 2 Platform in an application and bypassing our standard driver, for example by making calls to JNI_CreatJavaVM from inside the application, link the application with the "-z" option. The -z option will indicate that dereferencing NULL pointers in the application should generate a SIGSEGV instead of the traditional behavior of returning zero. If you do not, you will not be able to take advantage of implicit null pointer checks; null pointer checks will have to be explicit, potentially degrading performance. Linking with -z may also expose existing but quiet bugs in an application. This is because the SIGSEGVs were not being generated before.

    using JPDA

    The JPDA architecture and components are documented at http://java.sun.com/products/jpda/ and http://java.sun.com/reference/docs/index.html . HP's SDK version 1.3.0.01 supports both the HotSpot and Classic VMs. The jdb for HP-UX is similar to the Solaris implementation. For usage information, see "Sun VM Invocation Options" at http://java.sun.com/products/jpda/doc/conninv.html.

    manually launching the application VM

    (excerpted from http://java.sun.com/products/jpda/readme.html)

    If you are running the version of jdb provided in this release, the application VM is launched for you with the debugger back end loaded. However, in the following cases, you will be launching your own application VM, either by hand or in your implementation.
    1. Remote debugging with the -attach or -listen jdb option.
    2. You are implementing a debugger which uses the JDWP directly.
    3. You are implementing a debugger back end which uses JVMDI.

    Currently, the first two cases require a command line like the following:

    java -Xdebug -Xnoagent -Djava.compiler=NONE
    -Xrunjdwp:transport=dt_socket,server=y,suspend=y
    -classpath class-path class-name

    The -Xdebug option enables debugging. The -Xnoagent disables the default sun.tools.debug debug Agent. The -Djava.compiler=NONE disables the JIT compiler.

    For the third case, you must use the same command line options as described above, but you are free to use your own mechanism for loading the JVMDI client into the application VM. You do not need to use -Xrun.

    The Connection and Invocation Details document at http://java.sun.com/products/jpda/doc/conninv.html contains more information on necessary VM invocation options and sub-options of -Xrunjdwp.

    closing a socket when accept or read is pending

    If you have one thread performing an accept or read on a socket, and try to close the socket to clean up resources, the default behavior is for the close() to block until the accept or read call completes. If you want to change this behavior, you should use the following Java command line option:

    -XdoCloseWithReadPending

    This option allows one thread to close a socket when there is an outstanding accept or read pending on the same socket from another thread.

    With the -XdoCloseWithReadPending option, the socket close() call closes the socket and, in the context of the thread with the pending read or accept, a SocketException with the message "Socket closed" is thrown.

    C and C++ libraries

    Libraries compiled with the cfront HP C++ compiler will not work with HotSpot. HotSpot requires use of the HP aC++ compiler for any C++ libraries loaded dynamically at runtime.

    CLASSPATH

    CLASSPATH will be automatically set during installation. If you get the error "Unable to initialize threads: cannot find class java1.3/lang/Thread", your CLASSPATH environment variable may be incorrect.

    See also http://java.sun.com/reference/docs/index.html.

    JAR files

    If you run an applet from a JAR file, the classes files should only be available in the JAR file, and the JAR file should not be in the class path.

    compatibility with previous releases

    Compatibility information is provided at: http://java.sun.com/j2se/1.3/compatibility.html.

    migrating from Java 1.1 to Java 2

    Information to assist you in migrating from 1.1 to Java 2 is provided at http://java.sun.com/reference/docs/index.html.

    The SDK 2 java launcher tool replaced the JDK 1.1 jre tool.

    web sites with more information

    The following websites have additional information:

    Java Standard Edition Platform Documentation:
    » http://java.sun.com/docs

    Java 2 SDK version 1.3 features and tools:
    » http://java.sun.com/reference/docs/index.html

    Java 2 SDK version 1.2 features and tools:
    » http://java.sun.com/products/jdk/1.2/docs/index.html

    Java 2 version 1.3 API Specification:
    » http://java.sun.com/j2se/1.3/docs/api/index.html

    Java 2 platforms and APIs - Authorized Books:
    » http://java.sun.com/docs/books/index.html

    Java tutorial:
    » http://java.sun.com/docs/books/tutorial/index.html

    Java Security:
    » http://java.sun.com/security/index.html

    Java Products and APIs:
    » http://java.sun.com/products/
    » http://java.sun.com/j2se/

    Swing Connection newsletter:
    » http://java.sun.com/products/jfc/tsc/index.html

    Performance Tuning Java on HP-UX
    » Java™ Performance Tuning

    problem fixes and known issues

    Defects fixed in this release are shown below.

    Known JavaSoft bugs are documented in the Bug Database at http://developer.java.sun.com/

    Information on JavaSoft 1.3 fixed bugs is available at http://java.sun.com/docs/index.html

    problem fixes

    The 1.3.1.05 release includes enhancements and fixes from previous 1.3.1 releases, and fixes the following defects:

  • JAGad51147 HP SR 8606181931 (Duplicates: JAGad50179 JAGad50182 JAGad50679) X-motif defect: XtDestroy of half posted popup can corrupt memory
  • JAGad77711 HP SR 8606208523 Sigsegv in add_derived_oop() whilst scavenging
  • JAGad93935 HP SR 8606224847 Enhancement: Java Child Process Manager (JCPM) added
  • JAGad96463 HP SR 8606227404 (Duplicate: JAGae16577) Document large heap support on HP-UX 11.0
  • JAGad96707 HP SR 8606227642 Enhancement Request Modify communication protocol for Prospect support
  • JAGae01549 HP SR 8606232313 Enhancement: New option "PrintNodeCount" displays node count for all methods
  • JAGae03546 HP SR 8606234342 JVMPI GetCurrentThreadCpuTime returns wall clock time
  • JAGae06502 HP SR 8606237462 JVM hangs after SIGQUIT sent to process
  • JAGae06569 HP SR 8606237529 JVM SIGBUS in build_loop_late
  • JAGae08863 HP SR 8606241605 (Duplicate: JAGae15419) Problem in ciObject::get_oop
  • JAGae09552 HP SR 8606242300 Enhancement: Support for the pthread mutex related performance enhancement in PHCO_25226 for 11i
  • JAGae09918 HP SR 8606242683 Hotspot VM catches one StackOverFlowError per thread; the second time the same threads stack overflows
  • JAGae15146 HP SR 8606248748 In JPI Java Console displays unconditionally
  • JAGae15920 HP SR 8606249530 zlib compression library defect
  • JAGae16525 HP SR 8606250144 Patch_verified_entry() needs to be thread safe
  • JAGae17013 HP SR 8606250945 Javasoft bug# 4522874 Core dump in clone_loop with HotSpot VM
  • JAGae17846 HP SR 8606252779 Enhancement : Product version 'java' not linked with end.o so cannot use the leaks feature in gdb
  • JAGae18997 HP SR 8606254665 Core dump in CompiledStaticCall::compute_entry
  • known issues

    Below is some information on a few problem topics.

    shl_load HotSpot libjvm problem due to TLS
    The libjvm library for the HotSpot 1.01 JVM uses thread local storage (TLS). Currently the dynamic loader that is used by shl_load does not support dynamically loading a shared library containing TLS when the library was not included in the link line.

    You may have a need to load a library dynamically (using shl_load) that contains TLS, for example libjvm.sl, without having linked your application against it. For example, this might be the case if your application uses plug-ins.

    The current workaround is a new linker feature LD_PRELOAD that is available for HP-UX 11.0 in patch PHSS_26262 or its superseded patch. For HP-UX 11i the feature will be included in the next update release. For more information on LD_PRELOAD functionality and its limitations, read the man page for dld.sl AFTER you have installed the patch.

    on stack replacement
    In this version, on stack replacement is off by default.
    To enable it, use the -XX:+UseOnStackReplacement option.

    If the VM is executing a method that has a loop with a large number of iterations, an intra-method hotspot will occur. In order to get better performance, the method should run in compiled mode instead of interpreted mode. On stack replacement enables the interpreter to go into compiled code while it is executing the same instance of the method call. If you use on stack replacement, you should also enable compiler safe points (see the next section).

    HotSpot Compiler safe points
    NOTE: For both HP-UX 11.0 and 11i, using Compiler Safe Points requires a patch. The required patches are shown below. For information on locating and installing the patches, go to the "Installation" section in this document.

    HP-UX 11.0 PHKL_26059
    HP-UX 11i PHKL_24751

    or their superseded patches

    In this version, compiler safe points is off by default. To turn it on, use the -XX:+UseCompilerSafepoints option. Enabling compiler safepoints guarantees a more deterministic delay to stop all running java threads before doing a safepoint operation, namely garbage collection and deoptimization.

    missing property files for Japanese printing
    Beginning with the SDK 1.3 for HP-UX, postscript printing is supported. The property files necessary for printing Japanese fonts are shipped as psfont.properties.ja and psfontj2d.properties.ja.

    Asian TrueType fonts, swing, and xfs
    For Korean and Simplified Chinese TrueType Asian fonts, when xfs is serving your DISPLAY, some Asian TrueType fonts may not be displayed or are displayed badly in your Swing application.

    This problem shows up in the following conditions:

  • HP JDK 1.3.1
  • Swing components
  • xfs running (use xset -q to see status)
  • locale (LANG) is Korean (ko_KR.eucKR) or simple Chinese (zh_CN.hp15CN)
  • Please use either of the following two workarounds:
    1. Run under a DISPLAY without xfs. (Use the command "xset -fp" to remove xfs from your X Font Path.)

      or

    2. For HP SDK 1.3.1.05, run java with the System Property hp.java2d.forceT2K=true This will force Java's "T2K" to always render the fonts. If this property is not "true" JDK 131 sometimes uses the native rasterizer (NR) for rendering.

    using linker option +noenvvar on Itanium and PA-64 systems
    If your application links with libjvm and uses the JNI interface APIs to load the JVM directly, do not use the linker option +noenvvar on Itanium or PA-64 systems. The defect does not exist on 32-bit systems. It is expected to be fixed in a future release.

    running Java with setuid or setgid
    Java requires dynamic loading (SHLIB_PATH, LD_LIBRARY_PATH) which are disabled in setuid or setgid executables. Therefore Java cannot run with setuid or setgid.

    legal notices
    Copyright © Hewlett-Packard Company 2003

    Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.