-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
For EA1, a limited number of prescribed java.base classess are migrated to value classes when running with --enable-preview.
Serializaton of those classes are supported with adhoc unsafe operations.
All other value classes are not serializable: ObjectOutputStream throws NotSerializableException and ObjectInputStream throws InvalidClassException when a non-migrated class is deserialized.
Serializaton of those classes are supported with adhoc unsafe operations.
All other value classes are not serializable: ObjectOutputStream throws NotSerializableException and ObjectInputStream throws InvalidClassException when a non-migrated class is deserialized.
- links to
-
Commit(lworld)
openjdk/valhalla/e935bad9
-
Review(lworld)
openjdk/valhalla/1164