RFR: 8269636: Change outputStream's print_raw() and print_raw_cr() second parameter to size_t type
Calvin Cheung
ccheung at openjdk.java.net
Fri Jul 16 19:25:50 UTC 2021
On Fri, 16 Jul 2021 17:02:01 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Please review this small cleanup so that the callers of outputStream's `print_raw()` don't need to typecast the second arg to int.
>>
>> Testing:
>> - [x] Tiers1,2
>
> LGTM
@iklam, @yminqi, Thanks for the review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4814
More information about the hotspot-runtime-dev
mailing list