Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: repo-valhalla
-
Fix Version/s: repo-valhalla
-
Component/s: tools
-
Labels:
-
Subcomponent:
Description
Attempting to declare an inline class with no instance fields causes an error:
Inline types with zero instance size are not supported yet
The '-XDallowEmptyValues' argument suppresses this error check.
Hotspot can now handle empty inline classes, and this error check can be removed without needing any command-line flags.
Inline types with zero instance size are not supported yet
The '-XDallowEmptyValues' argument suppresses this error check.
Hotspot can now handle empty inline classes, and this error check can be removed without needing any command-line flags.