TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

Update GraalVM download links and remove ValueAnchorNode usage

Open mikepapadim opened this issue 1 year ago • 1 comments

Description

Updated GraalVM download links to point to the newer version, jdk-21.0.2. Removed the handling of ValueAnchorNode class in the ExceptionSuppression.java, as it was noted to no longer be necessary.

Problem description

There is no backwards compatibility with GraalVM 21.0.1 due to refactoring on ValueAnchorNode

Backend/s tested

Mark the backends affected by this PR.

  • [x] OpenCL
  • [x] PTX
  • [x] SPIRV

OS tested

Mark the OS where this PR is tested.

  • [x] Linux
  • [ ] OSx
  • [ ] Windows

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

  • [ ] Yes
  • [x] No

How to test the new patch?

make graal-jdk-21
make tests

Provide instructions about how to test the new patch.


mikepapadim avatar Feb 19 '24 14:02 mikepapadim

Thanks @mikepapadim , We will update this PR once the latest JDK updates the GraalVM JIT compiler.

jjfumero avatar Feb 21 '24 14:02 jjfumero

Closed in favor of an updated one.

mikepapadim avatar Apr 04 '24 09:04 mikepapadim