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
Fixes#1491
As usual, we verify existing tests don't crash on JDK 24 bytecodes, but
we haven't added or tested support for any new features.
We update to Gradle 8.14 RC1 as that version supports running on JDK 24.
We also shift to using Zulu JDK builds wherever possible. Temurin has
enabled JEP 493 for their JDK 24 builds (see
adoptium/temurin-build#4035) which means they
are distributed without `.jmod` files. This breaks WALA's strategy for
loading Java standard library classes from the running VM if no other
location is specified. We need to update [the
wiki](https://github.com/wala/WALA/wiki/Analysis-Scope) to document this
new requirement for JDK 24+ JVMs.
0 commit comments