RFR: 8286775: Remove identical per-compiler definitions of unsigned integral types
Quan Anh Mai
qamai at openjdk.org
Mon Jan 23 16:34:52 UTC 2023
On Mon, 23 Jan 2023 07:42:29 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Trivial update to share the common typedef's.
>
> Testing:
> - Oracle tier 1 - 5 builds
> - GHA (TBD)
>
> Thanks.
Can we do `using jubyte = std::make_unsigned<jbyte>::type`? Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/12136
More information about the hotspot-dev
mailing list