-
Bug
-
Resolution: Fixed
-
P2
-
repo-valhalla
The spec currently says: "Each field of a value class must have at least one of its ACC_STATIC or ACC_STRICT_INIT flags set"
In practice and enforced by HotSpot, value class fields must be either non-static final and strict, or static. (i.e. Value class instance fields must be strict final instead of strict mutable)
In practice and enforced by HotSpot, value class fields must be either non-static final and strict, or static. (i.e. Value class instance fields must be strict final instead of strict mutable)