From 702bbe17b7ca426bac9e78e39236f3834607617b Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 22 Sep 2006 21:10:40 +0000 Subject: [PATCH] bugzilla 27283: note that optimize has no effect for sun jdk>1.3 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449090 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javac.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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