On Mon, 11 Jan 2021 17:52:19 GMT, Phil Race <p...@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

Reply via email to