Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135652 | emb-9 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
The tests does Utils.getUnsafe().getInt(0) effectively reading from address '0'.
This is possible on aix, as the zero page is not write protected.
Fix: use putInt() instead
This is possible on aix, as the zero page is not write protected.
Fix: use putInt() instead
- backported by
-
JDK-8135652 [TESTBUG] aix: Port CreateCoreDumpOnCrash added in 8078121
-
- Resolved
-