Re: RFR: 8274293: Build failure with Xcode 13.0 due to vfork is deprecated [v2]

2021-09-24 Thread xpbob
> remove vfork() on Darwin

xpbob has updated the pull request incrementally with one additional commit 
since the last revision:

  Drop drop "Solaris" from the comment

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5686/files
  - new: https://git.openjdk.java.net/jdk/pull/5686/files/89bb9c31..27d19543

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=5686=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=5686=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5686.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5686/head:pull/5686

PR: https://git.openjdk.java.net/jdk/pull/5686


Re: RFR: 8274293: Build failure with Xcode 13.0 due to vfork is deprecated

2021-09-24 Thread Alan Bateman
On Fri, 24 Sep 2021 16:18:57 GMT, xpbob  
wrote:

> remove vfork() on Darwin

src/java.base/unix/native/libjava/ProcessImpl_md.c line 447:

> 445: #endif
> 446: 
> 447: /* vfork(2) is deprecated on Solaris and Darwin */

Drive by comment is that we can probably drop "Solaris" from the comment.

-

PR: https://git.openjdk.java.net/jdk/pull/5686


RFR: 8274293: Build failure with Xcode 13.0 due to vfork is deprecated

2021-09-24 Thread xpbob
remove vfork() on Darwin

-

Commit messages:
 - 8274293: Build failure with Xcode 13.0 due to vfork is deprecated

Changes: https://git.openjdk.java.net/jdk/pull/5686/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=5686=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274293
  Stats: 10 lines in 2 files changed: 8 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5686.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5686/head:pull/5686

PR: https://git.openjdk.java.net/jdk/pull/5686