public final class jdk.tools.jaotc.binformat.ReadOnlyDataContainer extends jdk.tools.jaotc.binformat.ByteContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.ReadOnlyDataContainer
  super_class: jdk.tools.jaotc.binformat.ByteContainer
{
  void <init>(java.lang.String, jdk.tools.jaotc.binformat.SymbolTable);
    descriptor: (Ljava/lang/String;Ljdk/tools/jaotc/binformat/SymbolTable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.ReadOnlyDataContainer this
        start local 1 // java.lang.String containerName
        start local 2 // jdk.tools.jaotc.binformat.SymbolTable symbolTable
         0: .line 29
            aload 0 /* this */
            aload 1 /* containerName */
            aload 2 /* symbolTable */
            invokespecial jdk.tools.jaotc.binformat.ByteContainer.<init>:(Ljava/lang/String;Ljdk/tools/jaotc/binformat/SymbolTable;)V
         1: .line 30
            return
        end local 2 // jdk.tools.jaotc.binformat.SymbolTable symbolTable
        end local 1 // java.lang.String containerName
        end local 0 // jdk.tools.jaotc.binformat.ReadOnlyDataContainer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            0    2     1  containerName  Ljava/lang/String;
            0    2     2    symbolTable  Ljdk/tools/jaotc/binformat/SymbolTable;
    MethodParameters:
               Name  Flags
      containerName  
      symbolTable    
}
SourceFile: "ReadOnlyDataContainer.java"