langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
changeset 14259 fb94a1df0d53
parent 14258 8d2148961366
child 14801 d66cab4ef397
equal deleted inserted replaced
14258:8d2148961366 14259:fb94a1df0d53
    57  * In order to use a secondary index file, set "usezipindex" in the Options
    57  * In order to use a secondary index file, set "usezipindex" in the Options
    58  * object when JavacFileManager is invoked. (You can pass "-XDusezipindex" on
    58  * object when JavacFileManager is invoked. (You can pass "-XDusezipindex" on
    59  * the command line.)
    59  * the command line.)
    60  *
    60  *
    61  * Location where to look for/generate optimized zip index files can be
    61  * Location where to look for/generate optimized zip index files can be
    62  * provided using "-XDcachezipindexdir=<directory>". If this flag is not
    62  * provided using "{@code -XDcachezipindexdir=<directory>}". If this flag is not
    63  * provided, the default location is the value of the "java.io.tmpdir" system
    63  * provided, the default location is the value of the "java.io.tmpdir" system
    64  * property.
    64  * property.
    65  *
    65  *
    66  * If "-XDwritezipindexfiles" is specified, there will be new optimized index
    66  * If "-XDwritezipindexfiles" is specified, there will be new optimized index
    67  * file created for each archive, used by the compiler for compilation, at the
    67  * file created for each archive, used by the compiler for compilation, at the