Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.5.1
-
None
-
jdk8
Description
There's quite some time that the '-O' (optimize) option has disappeared from javac (still supported as a no-op). All the optimization work is done by the JIT. The compiler plugin should deprecate the use of the <optimize> flag.