Do not use the java.lang.Compiler class

This rule flags the use of use of java.lang.Compiler class. This class has been removed in Java SE 21. The class has been non-functional in Hotspot for two decades prior to the Java SE 21 release and has been deprecated and marked for removal since Java SE 9.

For more information see JDK-8205129. JDK-8304458.