aboutsummaryrefslogtreecommitdiff
path: root/src/stubs/com/sun/tools/javac/main
AgeCommit message (Collapse)Author
2013-03-08Compiler options can now be specified for JDK 8 or JDK 6/7 or lower.Robbert Jan Grootjans
After this was finalized I realize that we might consider moving entirely to String based options, instead of inferring the options from the provided enum. This setup does have the benefit of throwing exceptions when options are not present.