diff --git a/manual/Tasks/javac.html b/manual/Tasks/javac.html index 6c1d4e651..ce542463d 100644 --- a/manual/Tasks/javac.html +++ b/manual/Tasks/javac.html @@ -72,13 +72,14 @@ attribute are:
classic (the standard compiler of JDK 1.1/1.2) –
javac1.1 and
javac1.2 can be used as aliases.modern (the standard compiler of JDK 1.3/1.4/1.5/1.6/1.7/1.8) –
+ modern (the standard compiler of JDK 1.3 and later) –
javac1.3 and
javac1.4 and
javac1.5 and
javac1.6 and
javac1.7 (since Ant 1.8.2) and
- javac1.8 (since Ant 1.8.3) can be used as aliases.javac1.8 (since Ant 1.8.3) and
+ javac1.9 (since Ant 1.9.5) can be used as aliases.
jikes (the Jikes
compiler).