Draft of spec for Minimal Value Types

Robert J. Saulnier robert.j.saulnier at gmail.com
Fri Jun 9 16:06:45 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/valhalla-spec-experts/attachments/20170609/5fd92399/attachment.html>


More information about the valhalla-spec-experts mailing list