-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b63
-
generic
-
generic
-
Verified
The attached test program produces incorrect results on c2.
< Tester_4928_Class_4.var_1 = 119
---
> Tester_4928_Class_4.var_1 = 7
How to reproduce: java -Xint Tester_4928 > r1; java -server -Xcomp Tester_4928 > r2; diff r1 r2
The problem is reproduced on all platforms, from at least version 1.5 to the lastest builds of 1.6.
< Tester_4928_Class_4.var_1 = 119
---
> Tester_4928_Class_4.var_1 = 7
How to reproduce: java -Xint Tester_4928 > r1; java -server -Xcomp Tester_4928 > r2; diff r1 r2
The problem is reproduced on all platforms, from at least version 1.5 to the lastest builds of 1.6.