mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7021927: javac: regression in performance
Reviewed-by: jjg
This commit is contained in:
parent
f71b78ced3
commit
aa60df6782
10 changed files with 454 additions and 31 deletions
|
@ -139,9 +139,8 @@ public class TestInferBinaryName {
|
|||
throws IOException {
|
||||
Context ctx = new Context();
|
||||
Options options = Options.instance(ctx);
|
||||
// uugh, ugly back door, should be cleaned up, someday
|
||||
if (zipFileIndexKind == USE_ZIP_FILE_INDEX)
|
||||
options.put("useOptimizedZip", "true");
|
||||
options.put("useOptimizedZip",
|
||||
Boolean.toString(zipFileIndexKind == USE_ZIP_FILE_INDEX));
|
||||
|
||||
if (symFileKind == IGNORE_SYMBOL_FILE)
|
||||
options.put("ignore.symbol.file", "true");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue