The attached automatically generated program generates different results when
run with following options:
1. java -Xint Tester_71
2. java -client -Xcomp Tester_71
The resulting states of data members differ:
2c2
< var_2 = 1
---
> var_2 = 0
7c7
< var_3 = 126413219270
---
> var_3 = 63206609635
The bug is reproducible under OSes: linux, solaris x86, solaris SPARC
With the following JVMs: 1.5.0.03 and 1.6.0.b41
###@###.### 2005-06-23 10:49:28 GMT
Forgot to attach file.
###@###.### 2005-06-24 08:41:15 GMT
run with following options:
1. java -Xint Tester_71
2. java -client -Xcomp Tester_71
The resulting states of data members differ:
2c2
< var_2 = 1
---
> var_2 = 0
7c7
< var_3 = 126413219270
---
> var_3 = 63206609635
The bug is reproducible under OSes: linux, solaris x86, solaris SPARC
With the following JVMs: 1.5.0.03 and 1.6.0.b41
###@###.### 2005-06-23 10:49:28 GMT
Forgot to attach file.
###@###.### 2005-06-24 08:41:15 GMT