Draft of spec for Minimal Value Types
Robert J. Saulnier
robert.j.saulnier at gmail.com
Sun Jul 23 23:34:37 UTC 2017
In a few places, the draft spec has the following:
If the class file version number is not 54.1 ...
Should it not be something like:
If the class file version number is lower than 54.1 ...
And this:
Unless the class file version number is 54.1 ...
replace with:
Unless the class file version number is 54.1 or above ...
Or will these be updated again in Java 11?
Bob
More information about the valhalla-spec-observers
mailing list