equal
deleted
inserted
replaced
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 |