Support for JDK25.0.2 and migrate Graal compiler version to 25.0.2#798
Open
mikepapadim wants to merge 82 commits intodevelopfrom
Open
Support for JDK25.0.2 and migrate Graal compiler version to 25.0.2#798mikepapadim wants to merge 82 commits intodevelopfrom
JDK25.0.2 and migrate Graal compiler version to 25.0.2#798mikepapadim wants to merge 82 commits intodevelopfrom
Conversation
…k.graal.compiler` equivalents for compatibility and clarity
…rences, add new methods, and adjust imports
…r handling in inlining policies
…ed clarity and consistency
…ced loop handling
…nd native image generation
…roved clarity and performance
…ination and TornadoHalfFloatReplacement
…ation in OCLGraphBuilderPlugins.java
…reation and graph integration
…ator for switch block handling
…mitRangeTableSwitch methods
…plify export list paths
…TX, and SPIR-V drivers
… field objects PTXArrayWrapper.setBuffer() threw shouldNotReachHere(), breaking the contiguous allocation scheme introduced in the previous commit. Mirror the OCL pattern: add a second constructor that pre-computes bufferSize from the actual array, implement setBuffer/toBuffer/getBufferOffset with offset tracking, and pass array data from CUDAFieldBuffer constructor. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… ensuring local array nodes are added to the graph
…drivers/opencl/graal/compiler/plugins/OCLGraphBuilderPlugins.java
…LIRGenerator constructor
Use the simpler jdk25 convention for public-facing identifiers (version suffixes, tags, branches, SDKMAN names) while keeping the actual JDK installation path (jdk-25.0.2) unchanged. Convention: 3.0.0-jdk25-opencl (not 3.0.0-jdk25.0.2-opencl) https://claude.ai/code/session_01KgRUkKnY8htra4Ctkamsey
mairooni
requested changes
Feb 17, 2026
...s/ptx/src/main/java/uk/ac/manchester/tornado/drivers/ptx/graal/compiler/PTXLIRGenerator.java
Outdated
Show resolved
Hide resolved
|
|
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.
This PR migrates TornadoVM to JDK25 and Graal Compiler to 25.0.2.
To dos:
MVP: Testing and migration matrix: