[11] RFR for JDK-8202544: Hide unused exports in libzip (original) (raw)
Alexey Ivanov alexey.ivanov at oracle.com
Wed May 9 14:34:45 UTC 2018
- Previous message: [11] RFR for JDK-8202544: Hide unused exports in libzip
- Next message: [11] RFR for JDK-8202544: Hide unused exports in libzip
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Any volunteers from core-libs and/or hotspot?
Thank you, Alexey
On 02/05/2018 13:02, Magnus Ihse Bursie wrote:
Looks good to me, FWIW.
/Magnus
2 maj 2018 kl. 13:52 skrev Alexey Ivanov <alexey.ivanov at oracle.com>:
Hi, Could you please review the following fix for jdk11? bug: https://bugs.openjdk.java.net/browse/JDK-8202544 webrev: http://cr.openjdk.java.net/~aivanov/8202544/jdk11/webrev.0/ The following exported functions in libzip are not used: ZIPGetEntry, ZIPFreeEntry, ZIPLock, ZIPUnlock, ZIPRead I removed JNIEXPORT modifiers from these functions. With the fix, they're not exported on Windows; on Linux they're listed as Local rather than Global. I ran tests, no failures.
Thank you in advance. Regards, Alexey
- Previous message: [11] RFR for JDK-8202544: Hide unused exports in libzip
- Next message: [11] RFR for JDK-8202544: Hide unused exports in libzip
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]