RFR: 8286775: Remove identical per-compiler definitions of unsigned integral jtypes

David Holmes dholmes at openjdk.org
Mon Jan 23 22:11:03 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.

Also it looks odd to start using `using` with all those other typedefs in there. Maybe we should have a separate RFE to switch from typedef to `using` if it is somehow better?

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

PR: https://git.openjdk.org/jdk/pull/12136


More information about the hotspot-dev mailing list