HP-UX 11i Java™ JDK/JRE Version 6.0.22 Release Notes

Running Aries PA-RISC emulation on HP Integrity
A patch is needed if you are using the Aries emulator to execute PA-RISC Java applications
on Integrity systems running HP-UX 11.23 or 11.31. The patch corrects a defect that
causes Java math calculations to produce incorrect results. This defect is fixed by installing
the following patch or any patch that supersedes it:
HP-UX 11.23 PHSS_35528
HP-UX 11.31 PHSS_36311
PA-RISC 32-bit applications will use both LD_LIBRARY_PATH and SHLIB_PATH
Prior to JDK 6.0, the JVM used shl_load to dynamically load shared libraries for PA-RISC
32-bit applications. SHLIB_PATH was searched; LD_LIBRARY_PATH was ignored.
Starting with JDK 6.0, the JVM uses dlopen instead of shl_load. As a result, for
PA-RISC 32-bit applications, both LD_LIBRARY_PATH and SHLIB_PATH will be
searched.
Environments which previously relied on the assumption that only SHLIB_PATH would
be searched for PA-RISC 32-bit applications might need to modify the use of their
LD_LIBRARY_PATH and SHLIB_PATH environment variables.
X/Open Socket Support
Releases prior to JDK 6.0.18 support HP-UX BSD sockets only. Support for X/Open
Sockets has been added in JDK 6.0.18 for Itanium. See Usage Documentation.
Java API Documentation Updater Tool
To address CVE-2013-1571, users hosting publicly facing Java API Documentation
generated with javadoc 6.0.19 or earlier are strongly encouraged to re-create the Java
API documentation using javadoc from 6.0.22 or above.
Alternatively, for convenience of users and for those who have further modified the
generated documentation, Oracle provides the Java API Documentation Updater, a
repair-in-place tool. Source code is available with the download if you have a
non-standard environment. The Java API Documentation Updater Tool is a separate
download (http://www.oracle.com/technetwork/java/javase/downloads/
java-doc-updater-tool-1955731.html) and not included in any JDK/JRE bundles.
Please also view the known issue related to the javadoc tool below:
Known Issues:
Area: tools/javadoc
Synopsis: Regression: Javadoc i18n regression
Problem:
Known issues 23