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

Reply via email to