< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/util/Options.java

Print this page

        

*** 54,64 **** instance = new Options(context); return instance; } protected Options(Context context) { ! // DEBUGGING -- Use LinkedHashMap for reproducability values = new LinkedHashMap<>(); context.put(optionsKey, this); } /** --- 54,64 ---- instance = new Options(context); return instance; } protected Options(Context context) { ! // DEBUGGING -- Use LinkedHashMap for reproducibility values = new LinkedHashMap<>(); context.put(optionsKey, this); } /**
< prev index next >