The attached automatically generated program generates different results when
run with following options:
1. java -Xint Tester_86
2. java -client -Xcomp Tester_86
The resulting states of data members differ:
< var_5 = 12857
< var_6 = 6746
---
> var_5 = 57
> var_6 = 0
The bug is reproducible under all x86 OSes: windows, linux, solaris x86.
With the following JVMs: 1.5.0.03 and 1.6.0.b41
Solaris SPARC version works correctly.
###@###.### 2005-06-23 10:37:05 GMT
Forgot to attach file.
###@###.### 2005-06-24 08:42:02 GMT
run with following options:
1. java -Xint Tester_86
2. java -client -Xcomp Tester_86
The resulting states of data members differ:
< var_5 = 12857
< var_6 = 6746
---
> var_5 = 57
> var_6 = 0
The bug is reproducible under all x86 OSes: windows, linux, solaris x86.
With the following JVMs: 1.5.0.03 and 1.6.0.b41
Solaris SPARC version works correctly.
###@###.### 2005-06-23 10:37:05 GMT
Forgot to attach file.
###@###.### 2005-06-24 08:42:02 GMT
- duplicates
-
JDK-6309348 Invalid code generation on x86 platforms
-
- Closed
-