langtools/src/share/classes/com/sun/tools/javap/Options.java
changeset 3377 22083952ee8f
parent 2979 ea39317acd3d
child 3544 c6d0f086397f
equal deleted inserted replaced
3376:5454c6480613 3377:22083952ee8f
    86     public boolean showConstants;
    86     public boolean showConstants;
    87     public boolean sysInfo;
    87     public boolean sysInfo;
    88 
    88 
    89     public boolean compat;             // bug-for-bug compatibility mode with old javap
    89     public boolean compat;             // bug-for-bug compatibility mode with old javap
    90     public boolean jsr277;
    90     public boolean jsr277;
    91     public boolean ignoreSymbolFile;   // file manager should ignore ct.sym
       
    92 }
    91 }