-
Sub-task
-
Resolution: Fixed
-
P4
-
11, 17, 20
-
b04
Currently libawt and libfreetype are compiled with -fvisibility=default gcc flag, which means that many symbols are exported unnecessarily.
Removing the unnecessary exports reduces the binary size. It may also improve the code produced by compiler, and may improve load times, see https://gcc.gnu.org/wiki/Visibility
Removing the unnecessary exports reduces the binary size. It may also improve the code produced by compiler, and may improve load times, see https://gcc.gnu.org/wiki/Visibility
- relates to
-
JDK-8263142 Delete unused entry points in libawt/libawt_xawt/libawt_headless
- Resolved
-
JDK-8301869 Regression ~14% in J2dBench-bimg_misc-* in 21-b5 only on linux-aarch64
- Closed