Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2053874 | 1.4.1 | Clifford Click | P1 | Resolved | Fixed | hopper |
JDK-2053873 | 1.4.0_02 | Clifford Click | P1 | Resolved | Fixed | 02 |
The -server hotspot option is creating incorrect code.
The problem can be reproduced by the attached test cases.
Using -classic will always leed to a correct sequence of several
thousand test.
The -server option produces a number of sporadic error
which seem to depend on the speed of the CPU.
Plese check the attached testcase (CharArrTest.java)
###@###.### 2002-04-22
I've looked at the testcase today, and verified that the problem occurs
only on the server compiler. The problem occurs on JDK 1.3.0, 1.3.1, 1.4.0, hopper. (And all the various update releases in between).
The problem does not occur on -client or -int
The problem can be reproduced by the attached test cases.
Using -classic will always leed to a correct sequence of several
thousand test.
The -server option produces a number of sporadic error
which seem to depend on the speed of the CPU.
Plese check the attached testcase (CharArrTest.java)
###@###.### 2002-04-22
I've looked at the testcase today, and verified that the problem occurs
only on the server compiler. The problem occurs on JDK 1.3.0, 1.3.1, 1.4.0, hopper. (And all the various update releases in between).
The problem does not occur on -client or -int
- backported by
-
JDK-2053873 -server hoptspot options breaks code integrity. "If statements breaks"
- Resolved
-
JDK-2053874 -server hoptspot options breaks code integrity. "If statements breaks"
- Resolved