RFR: 8313302: Fix formatting errors on Windows [v3]
Julian Waters
jwaters at openjdk.org
Mon Aug 14 04:28:31 UTC 2023
On Tue, 1 Aug 2023 13:17:10 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Most/all of the PTR_FORMAT => INTPTR_FORMAT changes should not be made. Especially those where the argument is the result of a call to p2i. The p2i thing plus the definition of PTR_FORMAT are a bit of a kludge to work around the variations in the implementations of "%p", which is what one might wish PTR_FORMAT was using.
>
> I've not looked at the rest yet. It would be easier to do so once the PTR_FORMAT => INTPTR_FORMAT changes were removed.
Understood, will revert them as soon as I can
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15063#issuecomment-1676647733
More information about the graal-dev
mailing list