src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1442
fcf89720ae71
equal deleted inserted replaced
1357:c75be5bc5283 1358:fc123bdeddb8
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

mercurial