Integrated: 8373208: Make Atomic class template constant initializable

Kim Barrett kbarrett at openjdk.org
Fri Dec 19 00:05:29 UTC 2025


On Tue, 9 Dec 2025 00:01:11 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change to Atomic to meet the requirements for constant
> initialization in cases where the value type provides the requisite support.
> This ensures that in such cases dynamic initialization won't even be
> considered a possibility when initialized with constant arguments.
> 
> Testing: mach5 tier1

This pull request has now been integrated.

Changeset: 62316465
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/623164651cd35870aa438a3f6d546994f3d1753c
Stats:     27 lines in 1 file changed: 13 ins; 1 del; 13 mod

8373208: Make Atomic class template constant initializable

Reviewed-by: stefank, dholmes

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

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


More information about the hotspot-runtime-dev mailing list