Relates :
|
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.
|