libjli contains a few functions that are shown as unused when applying link-time-gc .
Those functions fall into 2 categories :
- totally unused/uncalled functions
- functions that are always inlined. but still kept separare when linking
We should address those categories to make libjli smaller.
( Similar approach has been done to libnet , see :
8234629: remove unused functions from libnet )
Those functions fall into 2 categories :
- totally unused/uncalled functions
- functions that are always inlined. but still kept separare when linking
We should address those categories to make libjli smaller.
( Similar approach has been done to libnet , see :
8234629: remove unused functions from libnet )