interface org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface
  super_class: java.lang.Object
{
  public abstract void doVirtual();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void doBoundaryVirtual();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "PerformanceWarningTest.java"
NestHost: org.graalvm.compiler.truffle.test.PerformanceWarningTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  private abstract Interface = org.graalvm.compiler.truffle.test.PerformanceWarningTest$Interface of org.graalvm.compiler.truffle.test.PerformanceWarningTest