-
Bug
-
Resolution: Fixed
-
P1
-
1.3.1
-
03
-
x86
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2044047 | 1.4.0 | Clifford Click | P1 | Resolved | Fixed | beta2 |
Bug reported by HP in 1.3.1, but also fails in current 1.4 merlin workspace.
GC stack crawls cannot handle having the same callee-save register appear more than once in an OopMap. Post-allocate-copy-removal occasionally breaks this invariant for oops on Intel. Can't happen on Sparc since no callee-save registers.
GC stack crawls cannot handle having the same callee-save register appear more than once in an OopMap. Post-allocate-copy-removal occasionally breaks this invariant for oops on Intel. Can't happen on Sparc since no callee-save registers.
- backported by
-
JDK-2044047 HP reports oopmap bug with 1.3.1 and 1.4
- Resolved