Currently sjavac always extracts public API of classes on the classpath.
An obvious optimization is to avoid this if the modification time of the class file has not changed since the API was last extracted.
An obvious optimization is to avoid this if the modification time of the class file has not changed since the API was last extracted.
- duplicates
-
JDK-8065996 Sjavac should detect and make use of modification times of classes on the classpath
-
- Closed
-