These release notes describe the final release of the JavaTM Development Kit (JDK) Version 1.1.3 for DIGITAL UNIX. The JDK Version 1.1.3 is a bug-fix release. This kit can be used to develop and run Java applets and programs on DIGITAL UNIX Versions 4.0A and higher.
This kit includes all the functionality and bug fixes that are in Sun Microsystems JDK 1.1.3. The kit passes all of the tests in Sun's Java Compatibility Kit test suite except for a small part of test FloatTests40, which will be fixed by an upcoming UNIX kernel patch.
Please use the bugreport.text problem-report template to report any problems you encounter with this kit to [email protected].
Send comments or suggestions on the JDK to [email protected].
The JDK 1.1.3 release for DIGITAL UNIX supports the -taso option. This option causes all Java Virtual Machine addresses to be mapped into 31-bit address space. Specify the -taso option if your Java program calls native methods that were built with 32-bit pointers. This includes, for example, native methods that were compiled with the cc options -xtaso and -xtaso_short.
To use the java -taso option:
java -taso my_class_file
or
java_g -taso my_class_file
To use -taso with appletviewer:
appletviewer -J-taso my_class_file
The JDK 1.1.1 release contains support for Java's Audio classes.
The JDK 1.1 for DIGITAL UNIX is implemented using POSIX threads. This allows different Java threads in your application to run on different processers, provided that you have a multi-processor machine. It also means that your Java application will run properly when linked with native APIs (such as DCE) that also are implemented using POSIX threads.
To install and use this kit you must first obtain and install a patch for your DIGITAL UNIX system. See the Java web page on the DIGITAL site for details.
Then, copy across and untar the JDK binary kit, and install it as you would any setld kit. The environment variable CLASSPATH is set to an appropriate default by a shell wrapper. You can override this default (see the Readme file).
The JDK 1.1 Field-Test release contains a Just-in-Time (JIT) compiler to substantially increase run-time performance. The JIT compiler provides on-the-fly compilation of your application's Java byte-codes and runtime calls into native Alpha machine code. This results in significantly faster execution of your Java application compared with running it using the Java interpreter, while maintaining the same behavior.
Please see the Java web page on the DIGITAL site for benchmark results.
The JIT compiler runs by default when you enter the java
command. If you want to run the interpreter when you enter the java command,
use the -nojit option. For example:
java -nojit ...
The java debugger runs the interpreter. Running the java debugger with the JIT compiler is not supported.
The JIT compiler runs by default when you run appletviewer. To run appletviewer using the interpreter, use the -J-nojit option. For example:
appletviewer -J-nojit ...
Information on making 100% Java products, for example, the HotJava Browser, run on the DIGITAL UNIX Java implementation can be found in the FAQ on our Java web page.
This kit passes the complete set of tests in the current version (1.1.2) of the Java Compatibility Kit (JCK) made available by Javasoft to licensees. However, we are currently aware of and/or investigating issues in the following areas:
The JDK 1.1.3 as implemented by Javasoft for Solaris and Win32 incorrectly implement font point sizes. To correct this problem, our kit includes a font properties file named lib/font.properties.truepointsize which implements correct point sizes for Java fonts. To use this file, copy it to lib/font.properties. If you then wish to revert back to the incorrect font sizes used by Javasoft, then just delete file lib/font.properties.
Complete internationalization locale support is not implemented in the JDK 1.1.3 kit delivered with this version of Digital UNIX. Users who require this functionality should download the JDK 1.1.4 kit or later, when available, from our Java web page at: http://www.digital.com/java.