Integrated: 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:51 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

This pull request has now been integrated.

Changeset: 58f1ada2
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/58f1ada2710d2efcb885db9441f6ad8ec4f88905
Stats:     4 lines in 3 files changed: 0 ins; 0 del; 4 mod

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

Reviewed-by: iklam, minqi

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

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


More information about the hotspot-runtime-dev mailing list