You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size of the new JPMS enabled releases double the size of the jar file.
This appears to be due to the fact that every class is duplicated in the multi-release directory META-INF/versions/9, instead of just putting module-info.class in the multi-release directory META-INF/versions/9.
Guava Version
33.4.5-jre
Description
The size of the new JPMS enabled releases double the size of the jar file.
This appears to be due to the fact that every class is duplicated in the multi-release directory
META-INF/versions/9
, instead of just puttingmodule-info.class
in the multi-release directoryMETA-INF/versions/9
.Example
Expected Behavior
JPMS enabled releases should only grow barely in size, due to the addition of a single new
module-info.class
.Actual Behavior
JPMS enabled releases double the size of the jar file.
Packages
No response
Platforms
No response
Checklist
I agree to follow the code of conduct.
I can reproduce the bug with the latest version of Guava available.
The text was updated successfully, but these errors were encountered: