Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ListOpenJavaDevelopmentKits.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ListOpenJavaDevelopmentKits {
static final String SA = System.getProperty("SA", "17");

/** Early-Access Releases, as comma separated names. */
static final String EA = System.getProperty("EA", "20,19,loom,metropolis,panama,valhalla");
static final String EA = System.getProperty("EA", "20,19,jextract,loom,metropolis,panama,valhalla");

/** Include archived releases flag. */
static final boolean ARCHIVES = Boolean.getBoolean("ARCHIVES");
Expand Down