[jdk11u-dev] RFR: 8248414: AArch64: Remove uses of long and unsigned long ints [v2]
Andrew Haley
aph at openjdk.java.net
Sat Aug 14 09:48:23 UTC 2021
On Fri, 13 Aug 2021 14:38:54 GMT, Paul Hohensee <phh at openjdk.org> wrote:
> On second thought, see my comment on [#222](https://github.com/openjdk/jdk11u-dev/pull/222). I'd prefer to push this backport separately.
Yes, definitely. The two integer type cleanup patches were because of Windows/Mac, but they are logically independent of the ports. It really wouldn't help to merge them.
In general, it is a good idea to commit pure cleanups (which these were, in the sense that they had no behavioral effect) separately from functional changes.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/215
More information about the jdk-updates-dev
mailing list