Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add Early Access Binary link

...

  • The Minimal Value Types project is an early prototype for Value Types
    • provides initial subset of Value Type functionality
    • provides a new type which is:
      • immutable, identity-agnostic, non-nullable, non-synchronizable, final
      • does not inherit from java.lang.Object
    • Value Types contained in References, other Value Types or in Arrays are flattenable
    • Value Types can
    • Arrays of value types are flattened
    • Can contain primitives or references

...

How to Try Minimal Value Types:

Early Access Binaries

http://jdk.java.net/valhalla/

Repository and Build Instructions

...