class java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1 extends java.util.WeakHashMap<java.lang.reflect.Method, java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1
  super_class: java.util.WeakHashMap
{
  final java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps this$1;
    descriptor: Ljava/rmi/server/RemoteObjectInvocationHandler$MethodToHash_Maps;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps);
    descriptor: (Ljava/rmi/server/RemoteObjectInvocationHandler$MethodToHash_Maps;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1 this
         0: .line 293
            aload 0 /* this */
            aload 1
            putfield java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1.this$1:Ljava/rmi/server/RemoteObjectInvocationHandler$MethodToHash_Maps;
            aload 0 /* this */
            invokespecial java.util.WeakHashMap.<init>:()V
            return
        end local 0 // java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/rmi/server/RemoteObjectInvocationHandler$MethodToHash_Maps$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public synchronized java.lang.Long get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Long;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1 this
        start local 1 // java.lang.Object key
         0: .line 295
            aload 0 /* this */
            aload 1 /* key */
            invokespecial java.util.WeakHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Long
            astore 2 /* hash */
        start local 2 // java.lang.Long hash
         1: .line 296
            aload 2 /* hash */
            ifnonnull 5
         2: .line 297
            aload 1 /* key */
            checkcast java.lang.reflect.Method
            astore 3 /* method */
        start local 3 // java.lang.reflect.Method method
         3: .line 298
            aload 3 /* method */
            invokestatic sun.rmi.server.Util.computeMethodHash:(Ljava/lang/reflect/Method;)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 2 /* hash */
         4: .line 299
            aload 0 /* this */
            aload 3 /* method */
            aload 2 /* hash */
            invokevirtual java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.lang.reflect.Method method
         5: .line 301
      StackMap locals: java.lang.Long
      StackMap stack:
            aload 2 /* hash */
            areturn
        end local 2 // java.lang.Long hash
        end local 1 // java.lang.Object key
        end local 0 // java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/rmi/server/RemoteObjectInvocationHandler$MethodToHash_Maps$1;
            0    6     1     key  Ljava/lang/Object;
            1    6     2    hash  Ljava/lang/Long;
            3    5     3  method  Ljava/lang/reflect/Method;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1.get:(Ljava/lang/Object;)Ljava/lang/Long;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/WeakHashMap<Ljava/lang/reflect/Method;Ljava/lang/Long;>;
SourceFile: "RemoteObjectInvocationHandler.java"
EnclosingMethod: java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps.computeValue:(Ljava/lang/Class;)Ljava/util/Map;
NestHost: java.rmi.server.RemoteObjectInvocationHandler
InnerClasses:
  private MethodToHash_Maps = java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps of java.rmi.server.RemoteObjectInvocationHandler
  java.rmi.server.RemoteObjectInvocationHandler$MethodToHash_Maps$1