-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0
-
kestrel
-
x86
-
windows_nt
HS 1.3-fcsR (win32) fails against the JCK tests:
lang/FP/fpl007/fpl00702m1/fpl00702m1.html
lang/FP/fpl007/fpl00702m1/fpl00702m2.html
if those tests are stressed-out (e.g.: by executing
the JCK test several times on the same JVM).
The tests fpl00702m1 and fpl00702m2 are intended to provoke
inlining of FP-strict method into FP-wide method. (So that
calculations are performed in FP-wide instead of FP-strict
mode.)
Here are results of executing those tests under the
stress wrappers StressFpl00702m1, StressFpl00702m2:
>>>>java StressFpl00702m1
i=(14) in StaticInner same() != 0
>>>>java StressFpl00702m2
i=(14) in StaticInner same() != 0
To reproduce this failure, try the scripts DOIT1.BAT and DOIT2.BAT
in the directory:
GammaBase/Bugs/4303155
The GammaBase directory is currently located inside:
/net/sqesvr/vsn
lang/FP/fpl007/fpl00702m1/fpl00702m1.html
lang/FP/fpl007/fpl00702m1/fpl00702m2.html
if those tests are stressed-out (e.g.: by executing
the JCK test several times on the same JVM).
The tests fpl00702m1 and fpl00702m2 are intended to provoke
inlining of FP-strict method into FP-wide method. (So that
calculations are performed in FP-wide instead of FP-strict
mode.)
Here are results of executing those tests under the
stress wrappers StressFpl00702m1, StressFpl00702m2:
>>>>java StressFpl00702m1
i=(14) in StaticInner same() != 0
>>>>java StressFpl00702m2
i=(14) in StaticInner same() != 0
To reproduce this failure, try the scripts DOIT1.BAT and DOIT2.BAT
in the directory:
GammaBase/Bugs/4303155
The GammaBase directory is currently located inside:
/net/sqesvr/vsn
- relates to
-
JDK-4379465 HS1.4(x86) inlines strictfp method into default-FP context
- Closed
-
JDK-4289016 110899 inlining synchronized simple methods fails in client
- Resolved
-
JDK-4375046 HS1.3.1(x86) inlines strictfp method into default-FP context
- Closed