RFR: 8301659: Resolve initialization reordering issues on Windows for libawt and libsaproc
David Holmes
dholmes at openjdk.org
Thu Feb 2 06:47:23 UTC 2023
On Thu, 2 Feb 2023 06:12:20 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Small, trivial change to resolve initialization order reordering in constructors, required for [JDK-8301659](https://bugs.openjdk.org/browse/JDK-8301659)
Bundling unrelated changes like this together is rarely a good idea, but these changes seem trivial enough. I thought the compiler already checked fields where initialized in declaration order, but I guess not with Visual Studio.
Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12382
More information about the serviceability-dev
mailing list