> Some external libraries required by native code are linked via linker 
> comments embedded in pragmas. Searching for which libraries are linked can 
> then become frustrating and confusing since they may be included in an 
> obscure place, and for all relevant compilers there is no difference between 
> specifying them from make and in a source file. The easiest solution is to 
> just always link them from make and remove any source level linkage.

Julian Waters has updated the pull request incrementally with two additional 
commits since the last revision:

 - user32
 - Mswsock.lib requirement

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10633/files
  - new: https://git.openjdk.org/jdk/pull/10633/files/cfa80528..54e6ec10

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10633&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10633&range=00-01

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/10633.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10633/head:pull/10633

PR: https://git.openjdk.org/jdk/pull/10633

Reply via email to