RFR: 8259343: [macOS] Update JNI error handling in Cocoa code. [v2]
Erik Joelsson
erikj at openjdk.java.net
Mon Jan 11 18:59:03 UTC 2021
On Mon, 11 Jan 2021 17:52:19 GMT, Phil Race <prr at openjdk.org> wrote:
>> Proposed updates to JNI error handling.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8259343: [macOS] Update JNI error handling in Cocoa code.
make/modules/java.desktop/Lib.gmk line 96:
> 94: $(call SET_SHARED_LIBRARY_ORIGIN), \
> 95: LIBS := \
> 96: -ljava \
There should be a dependency declaration added too. Something like this right after the SetupJdkLibrary macro call:
$(BUILD_LIBOSXAPP): $(call FindLib, java.base, java)
-------------
PR: https://git.openjdk.java.net/jdk/pull/1967
More information about the build-dev
mailing list