You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.specification.version for java 10 is "10"
MessageBuffer is expecting a '.' and will then not use unsafe even if available
I suspect the same is true for 9 and 11.
a workaround is to override the property on the command line
-Djava.specification.version=1.10
The text was updated successfully, but these errors were encountered:
java.specification.version for java 10 is "10"
MessageBuffer is expecting a '.' and will then not use unsafe even if available
I suspect the same is true for 9 and 11.
a workaround is to override the property on the command line
The text was updated successfully, but these errors were encountered: