-
Enhancement
-
Resolution: Won't Fix
-
P5
-
None
-
1.1.6
-
generic
-
generic
For the JDK 116 release on the Digital Alpha Window NT platform running on
Digital's Alpha hardware, Digital has changed, for the reasons listed
below, the following JDK 116 source files in the shared part of the JDK.
Compatibility of the changes with Sun's JDK was assured by visual
inspection of the changes and by running the appropriate JCK test suites.
No changes were made to modify any APIs nor to modify the virtual machine
instruction set.
The following file was modified because of differences in the Alpha
hardware on which Alpha WNT runs:
diff -r digital_src\src\share\java\lang\math.c
javasoft_src\src\share\java\lang\math.c
1d0
< /* Modifications Copyright 1997 Digital Equipment Corporation */
24,26d22
< #include <windef.h> /*** HDS needed for alphaops.h ***/
< #include <wtypes.h> /*** HDS needed for ULONGLONG ***/
< #include <alphaops.h> /*** HDS need for DOUBLE_QUIET_NAN_VALUE ***/
Digital's Alpha hardware, Digital has changed, for the reasons listed
below, the following JDK 116 source files in the shared part of the JDK.
Compatibility of the changes with Sun's JDK was assured by visual
inspection of the changes and by running the appropriate JCK test suites.
No changes were made to modify any APIs nor to modify the virtual machine
instruction set.
The following file was modified because of differences in the Alpha
hardware on which Alpha WNT runs:
diff -r digital_src\src\share\java\lang\math.c
javasoft_src\src\share\java\lang\math.c
1d0
< /* Modifications Copyright 1997 Digital Equipment Corporation */
24,26d22
< #include <windef.h> /*** HDS needed for alphaops.h ***/
< #include <wtypes.h> /*** HDS needed for ULONGLONG ***/
< #include <alphaops.h> /*** HDS need for DOUBLE_QUIET_NAN_VALUE ***/
- relates to
-
JDK-4144808 Floating point differences in math.c on Alpha platform
- Closed