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
OpenJDK 25 was released very recently, and its version is simply "25"
without any period symbols. The regex here was assuming at least one,
and so the jvm_version() function was failing with this sort of version
string. This commit generalizes the regex to work in such cases.
0 commit comments