JDK-8265032 : Clean up tests which have references to Graal
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2021-04-10
  • Updated: 2021-04-27
  • Resolved: 2021-04-27
Related Reports
Relates :  
Description
JDK-8264806 (Remove Graal from JDK) does not include changes to tests which have vm.graal.enabled in @requires. Instead changes were made to Compiler::isGraalEnabled() method to return always `false`.

After JDK-8264806 is implemented we need to remove all references to Graal from tests.

Comments
This functionality is used by GraalVM. Closing RFE as WNF.
27-04-2021

https://github.com/openjdk/jdk/pull/3421#issuecomment-817284247
27-04-2021

I restored Compiler::isGraalEnabled() method in JDK-8264806 changes by request from Doug.
12-04-2021