[java]jdk-26#2079
Merged
mattgodbolt merged 2 commits intocompiler-explorer:mainfrom May 4, 2026
Merged
Conversation
Signed-off-by: udaykiriti <udaykiriti624@gmail.com>
Contributor
Author
|
?? |
mattgodbolt
reviewed
May 1, 2026
| untar_dir: jdk-25.0.1 | ||
| - name: 26 | ||
| url: https://download.oracle.com/java/26/latest/jdk-26_linux-x64_bin.tar.gz | ||
| untar_dir: jdk-26 |
Member
There was a problem hiding this comment.
This appears to be 26.0.1 Do you have a link to the exact binary instead of this link to "26" ?
$ curl -sL https://download.oracle.com/java/26/latest/jdk-26_linux-x64_bin.tar.gz | tar ztvf - | head
lrwxrwxrwx mach5-run/mach5-run 0 2026-03-10 12:49 jdk-26.0.1/LICENSE -> legal/java.base/LICENSE
-rw-r--r-- mach5-run/mach5-run 290 2026-03-10 12:49 jdk-26.0.1/README
-rwxr-xr-x mach5-run/mach5-run 12408 2026-03-10 12:49 jdk-26.0.1/bin/jar
-rwxr-xr-x mach5-run/mach5-run 12416 2026-03-10 12:49 jdk-26.0.1/bin/jarsigner
-rwxr-xr-x mach5-run/mach5-run 12352 2026-03-10 12:49 jdk-26.0.1/bin/java
I'm not sure if late theyll change this to be 26.0.2 etc
Contributor
Author
There was a problem hiding this comment.
yes i do, can i update in latest commit
Signed-off-by: udaykiriti <udaykiriti624@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Java 26 has been released, so I added the JDK 26 version.