[jdk20] RFR: 8299561: VaList.empty() doesn't return a list associated with the global scope

Jorn Vernee jvernee at openjdk.org
Wed Jan 4 21:33:56 UTC 2023


On Wed, 4 Jan 2023 10:49:09 GMT, Maurizio Cimadamore <mcimadamore at 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


More information about the core-libs-dev mailing list