RFR(M/S): 8048169: Change 8037816 breaks HS build on PPC64 and CPP-Interpreter platforms
Volker Simonis
volker.simonis at gmail.com
Fri Jun 27 16:20:58 UTC 2014
Hi,
this is a follow-up for change "8037816: Fix for 8036122 breaks build
with Xcode5/clang". It fixes the matching of format string parameter
types to the actual argument types for the PPC64 and CPP-Interpreter
files in the same way as 8037816 already did it for all the other
files (so mainly insertions of 'p2i()' calls and some manual casts).
http://cr.openjdk.java.net/~simonis/webrevs/8048169/
https://bugs.openjdk.java.net/browse/JDK-8048169
This change only touches PPC64 and the two CPP-Interpreter files
src/share/vm/interpreter/bytecodeInterpreter.cpp and
src/share/vm/interpreter/bytecodeInterpreterProfiling.hpp
Please review and sponsor.
Thank you and best regards,
Volker
More information about the hotspot-dev
mailing list