-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
None
-
generic
-
generic
The latest version of Value Objects JEP calls for (among other things):
- Implement the 'identity' and 'value' modifiers
- Remove support for implicit IdentityObject and ValueObject interfaces
Apart from these the class file flag ACC_VALUE is redefined from being 0x0100 to 0x0040
See https://openjdk.java.net/jeps/8277163 for details
- Implement the 'identity' and 'value' modifiers
- Remove support for implicit IdentityObject and ValueObject interfaces
Apart from these the class file flag ACC_VALUE is redefined from being 0x0100 to 0x0040
See https://openjdk.java.net/jeps/8277163 for details
- relates to
-
JDK-8286864 [lworld] runtime/valhalla/inlinetypes/testSupers/TestSuperClasses.java refers to IdentityObject interface
-
- Resolved
-
-
JDK-8286877 [lworld] remove interface injection tests runtime/valhalla/inlinetypes/identityObject/TestIdentityObject.java & runtime/valhalla/inlinetypes/primitiveObject/TestPrimitiveObject.java
-
- Resolved
-