JDK-6795913 : A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs15
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2009-01-20
  • Updated: 2012-10-08
  • Resolved: 2009-02-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u18Fixed 7Fixed hs15Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/dc3ad84615cf
26-01-2009

EVALUATION Use NULL_WORD which is now defined as (intptr_t)0 on 32 bit platform in the place where intptr_t is expected.
20-01-2009