RFR: 8269636: Change outputStream's print_raw() and print_raw_cr() second parameter to size_t type

Ioi Lam iklam at openjdk.java.net
Fri Jul 16 17:04:53 UTC 2021


On Fri, 16 Jul 2021 16:25:46 GMT, Calvin Cheung <ccheung 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

-------------

Marked as reviewed by iklam (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4814


More information about the hotspot-runtime-dev mailing list