On Wed, 4 Jan 2023 10:49:09 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> This patch fixes a long-standing conformance issue: `VaList.empty` is > specified to return a `VaList` associated with the global scope, but in some > platforms (Aarch64/Linux and x64/Linux) the empty list is associated with an > implicit scope instead. > > This doesn't make a lot of difference, given that the empty list is always > stored in a static final in the underlying implementation - that said, it > would be a good thing to rectify this conformance issue. Marked as reviewed by jvernee (Reviewer). ------------- PR: https://git.openjdk.org/jdk20/pull/82