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
Turbine's minimum supported JDK version is JDK 17.
This fixes the following warning:
```
third_party/java_src/turbine/java/com/google/turbine/binder/ConstEvaluator.java:84: warning: [strictfp] as of release 17, all floating-point expressions are evaluated strictly and 'strictfp' is not required
public strictfp class ConstEvaluator {
^
```
PiperOrigin-RevId: 677884732
0 commit comments