Class IMCFrame.Type

  • Enclosing interface:
    IMCFrame

    public static final class IMCFrame.Type
    extends Object
    Frame compilation types.
    • Field Detail

      • JIT_COMPILED

        public static final IMCFrame.Type JIT_COMPILED
        The frame was executed as native code compiled by the Java JIT compiler.
      • INTERPRETED

        public static final IMCFrame.Type INTERPRETED
        The frame was executed as interpreted Java byte code.
      • INLINED

        public static final IMCFrame.Type INLINED
        The frame was executed as code that was inlined by the Java JIT compiler.
      • NATIVE

        public static final IMCFrame.Type NATIVE
        The frame was executed as native code, most probably a C function
      • CPP

        public static final IMCFrame.Type CPP
        The frame was executed as native code compiled from C++
      • KERNEL

        public static final IMCFrame.Type KERNEL
        The frame was executed as kernel native code
      • UNKNOWN

        public static final IMCFrame.Type UNKNOWN
        The frame compilation type is unknown.