public interface JVMCICompilerShadow
JVMCICompiler such that Graal can be compiled
against older versions that do not have the new methods. Without shadowing, javac will issue a
warning for the Override annotation on the implementations of these methods in
HotSpotGraalCompiler.| Modifier and Type | Method and Description |
|---|---|
boolean |
isGCSupported(int gcIdentifier)
Determines if this compiler supports a given HotSpot garbage collector.
|