diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 6e49b4d92..c059cc349 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -239,8 +239,12 @@ invoking the compiler.

optimize - Indicates whether source should be compiled with - optimization; defaults to off. + + Indicates whether source should be compiled with + optimization; defaults to off. Note + that this flag is just ignored by Sun's javac starting + with JDK 1.3 (since compile-time optimization is unnecessary). + No