Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2168675 | 5.0u17 | Abhijit Saha | P3 | Resolved | Fixed | b03 |
JDK-2157829 | 5.0u16-rev | Vikram Aroskar | P2 | Resolved | Fixed | b10 |
JDK-2148043 | 1.4.2_18 | Vikram Aroskar | P2 | Resolved | Fixed | b05 |
JDK-2160985 | 1.4.2_17-rev | Vikram Aroskar | P3 | Resolved | Fixed | b10 |
Attached test works ok until internal loop is interpreted.
However, after it is executed number of times normally and
compiled by JIT it fails with 'java.lang.IllegalMonitorStateException' exception.
This problem is reproducible with both 1.5 and recent mustang builds.
It is not reproducible on Solaris x86 and linux x86.
However, after it is executed number of times normally and
compiled by JIT it fails with 'java.lang.IllegalMonitorStateException' exception.
This problem is reproducible with both 1.5 and recent mustang builds.
It is not reproducible on Solaris x86 and linux x86.
- backported by
-
JDK-2148043 JIT compilation in mixed mode may break synchronization
- Resolved
-
JDK-2157829 JIT compilation in mixed mode may break synchronization
- Resolved
-
JDK-2160985 JIT compilation in mixed mode may break synchronization
- Resolved
-
JDK-2168675 JIT compilation in mixed mode may break synchronization
- Resolved