Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041297 | 1.4.0 | Clifford Click | P1 | Resolved | Fixed | beta |
This test fails on x86 processors when run in -Xcomp mode since a constant double that equals 1.0F, if cast to a float, will generate a 1.0D in the code.
test location is:
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/lang/FP/fpl024/fpl02401m2/fpl02401m2.java
Easiest way to reproduce the problem is to copy the source,
comment out the package line at the start, javac it, and then run:
java -server -Xcomp fpl02401m2
echo %errorlevel%
result of 97 indicates failure.
result of 95 indicates success.
The fix has been identified and is putback to merlin basline.
test location is:
/net/jdk/export/disk8/local.java/jck1.3a/JCK-runtime-13a/tests/lang/FP/fpl024/fpl02401m2/fpl02401m2.java
Easiest way to reproduce the problem is to copy the source,
comment out the package line at the start, javac it, and then run:
java -server -Xcomp fpl02401m2
echo %errorlevel%
result of 97 indicates failure.
result of 95 indicates success.
The fix has been identified and is putback to merlin basline.
- backported by
-
JDK-2041297 JCK13a: FP test fpl02401m2 - Ladybird Beta
-
- Resolved
-
- relates to
-
JDK-4416902 JCK13a: some FP tests fail
-
- Closed
-