[168] | 1 | This document contains a brief list of the most important OS/2-specific changes
|
---|
| 2 | in the OpenJDK product from release to release.
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 | CHANGES
|
---|
| 6 |
|
---|
| 7 |
|
---|
[263] | 8 | 1.6.0 Build 19 XXX (2011-xx-xx)
|
---|
| 9 |
|
---|
| 10 | - Fixed: Accessing the network from Java applications would crash on some
|
---|
| 11 | machines (Odin bug).
|
---|
| 12 |
|
---|
| 13 | - Fixed: spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
|
---|
| 14 | Jeti/2) when throwing NullPointerException as a result of accessing null
|
---|
| 15 | objects of some application classes (Odin bug).
|
---|
| 16 |
|
---|
| 17 |
|
---|
[241] | 18 | 1.6.0 Build 19 Beta 2 (2011-01-12)
|
---|
| 19 |
|
---|
| 20 | - Added a predefined font configuration file to use the Liberation font family
|
---|
| 21 | as Java system fonts (see README.OS2 for details).
|
---|
| 22 |
|
---|
| 23 | - Added the jawt.lib library to the SDK package.
|
---|
| 24 |
|
---|
| 25 | - Added some missing GUI and audio classes to rt.jar.
|
---|
| 26 |
|
---|
| 27 | - Fixed: Java could not find a .jar file in the current directory when
|
---|
| 28 | starting it with 'java -jar filename.jar'.
|
---|
| 29 |
|
---|
| 30 | - Fixed: Non-ASCII characters in the title bar of any Java window would be
|
---|
| 31 | drawn using wrong glyphs.
|
---|
| 32 |
|
---|
| 33 | - Fixed: Java could incorrectly detect the default object heap size on some
|
---|
| 34 | systems for some specific VIRTUALADDRESS values and abort at startup with a
|
---|
| 35 | "Could not reserve enough space for object heap" error message.
|
---|
| 36 |
|
---|
| 37 | - Fixed: java.io.File.mkdirs() wouild always fail which would in particular
|
---|
| 38 | abort the installation process of some applications such as jEdit, iTrain
|
---|
| 39 | (this bug was actually fixed in Odin).
|
---|
| 40 |
|
---|
| 41 | - Fixed: An attempt to use Drag & Drop in any Java application would cause
|
---|
| 42 | a Java exception and program termination.
|
---|
| 43 |
|
---|
| 44 |
|
---|
[225] | 45 | 1.6.0 Build 19 Beta (2010-12-30)
|
---|
[168] | 46 |
|
---|
[225] | 47 | - Added support for AWT and Swing classes which brings GUI capabilities.
|
---|
| 48 |
|
---|
| 49 | - Lots of small fixes.
|
---|
| 50 |
|
---|
| 51 |
|
---|
| 52 | 1.6.0 Build 19 Alpha (2010-10-01)
|
---|
| 53 |
|
---|
[168] | 54 | - First public release.
|
---|