类 NativeDetector


  • public abstract class NativeDetector
    extends Object
    用于检测 GraalVM 本机映像环境的公共委托

    需要使用 -H:+InlineBeforeAnalysis 本机映像编译器标志,以便允许在生成时删除代码

    • 构造器详细资料

      • NativeDetector

        public NativeDetector()
    • 方法详细资料

      • inNativeImage

        public static boolean inNativeImage()
        如果在映像生成上下文中或在映像运行时调用,则返回 true,否则 false