RFR: 8355080: java.base/jdk.internal.foreign.SystemLookup.find() doesn't work on static JDK [v3]

Chen Liang liach at openjdk.org
Thu Apr 24 17:38:58 UTC 2025


On Thu, 24 Apr 2025 17:33:19 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:

>> src/java.base/share/classes/jdk/internal/foreign/SystemLookup.java line 135:
>> 
>>> 133:     @SuppressWarnings("restricted")
>>> 134:     private static SymbolLookup sysLookup() {
>>> 135:         NativeLibraries libs = NativeLibraries.newInstance(null);
>> 
>> I would consult @mcimadamore or @JornVernee look at this for the native function call permission requirements.
>
> @mcimadamore or @JornVernee Can you help take a look of this? Thanks!

Unfortunately, I believe both of them are on vacation, yet they have the required expertise to review this PR. You might need to wait a bit, sorry!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24801#discussion_r2058934598


More information about the core-libs-dev mailing list