jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/Code.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    54 
    54 
    55     public ConstantPool.Entry[] getCPMap() {
    55     public ConstantPool.Entry[] getCPMap() {
    56         return m.getCPMap();
    56         return m.getCPMap();
    57     }
    57     }
    58 
    58 
    59     static private final ConstantPool.Entry[] noRefs = ConstantPool.noRefs;
    59     private static final ConstantPool.Entry[] noRefs = ConstantPool.noRefs;
    60 
    60 
    61     // The following fields are used directly by the ClassReader, etc.
    61     // The following fields are used directly by the ClassReader, etc.
    62     int max_stack;
    62     int max_stack;
    63     int max_locals;
    63     int max_locals;
    64 
    64