Minimal Value Types Minimal Value Types OpenJDK Wiki (original) (raw)

Welcome to the Minimal Value Types early adopter's project !

What is the Minimal Value Types (MVT) project?

Target Audience

How to Try Minimal Value Types:

Early Access Binaries

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

Repository and Build Instructions

To create a new mvt branch:

hg clone http://hg.openjdk.java.net/valhalla/valhalla valhalla-mvt

cd valhalla-mvt

hg defpath du

hg update -r mvt // name of branch

To update repository:

cd valhalla-mvt

hg pull

hg update -r mvt // name of branch

To build repository

bash configure

make images

http://cr.openjdk.java.net/~chegar/docs/sandbox.html // instructions for working with branch repositories (not yet updated for consolidation)

Note: Valhalla is a child of the jdk10/hs repository, to keep current with latest hotspot development.

Programming Model

Run Experimental MVT

Filing Bugs

Limitations

References