RFR: 8254010: GrowableArrayView::print fails to compile
Tobias Hartmann
thartmann at openjdk.java.net
Tue Oct 6 05:51:43 UTC 2020
On Mon, 5 Oct 2020 10:52:59 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> When adding some debugging code, I've noticed that the (currently unused) GrowableArrayView::print fails to compile.
>> The fix is to use the `%d` format specifier for the int fields `_len` and `_max` and cast `this` to `intptr_t`.
>> Thanks,
>> Tobias
>
> Marked as reviewed by stefank (Reviewer).
@stefank, thanks for the review!
-------------
PR: https://git.openjdk.java.net/jdk/pull/502
More information about the hotspot-dev
mailing list