JDK-8048169 : Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8u40,9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-06-26
  • Updated: 2018-03-21
  • Resolved: 2014-06-30
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 8 JDK 9 Other
8u40Fixed 9 b23Fixed openjdk7uFixed
Related Reports
Relates :  
Description
Change "8037816: Fix for 8036122 breaks build with Xcode5/clang" fixed some issues introduced trough "8036122: Fix warning "format not a string literal" " by the creation of some general conversion functions (i.e. p2i() and i2p()). They are used to convert pointers to integers (and vice versa) in order to make check of the print format specifiers against the actual arguments happy.

These changes have not been applied to the PPC64 and CPP-Interpreter related files.
Comments
The fix for 8037816 went into 8u so this follow-up fix must go into 8u as well!
26-08-2014