Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2173048 | 7 | Xiaobin Lu | P4 | Closed | Fixed | b47 |
JDK-2180456 | 6u18 | Xiaobin Lu | P4 | Closed | Fixed | b01 |
The fix of 6787106 laid out the way for fixing the wrong cast between int32_t and intptr_t since on Mac OS X, they are not the same type. I accidentally left out a few places I supposed to check in. So we need to get these in as well.
- backported by
-
JDK-2173048 A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS.
-
- Closed
-
-
JDK-2180456 A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS.
-
- Closed
-
- relates to
-
JDK-6787106 Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t
-
- Closed
-