RFR: JDK-8161360, , Deprecated vfork() should not be used on Solaris
Martin Buchholz
martinrb at google.com
Thu Sep 1 01:55:33 UTC 2016
Does an attempt to use vfork on Solaris result in something reasonable like
UnsupportedOperationException?
On Wed, Aug 31, 2016 at 4:55 AM, Alan Burlison <Alan.Burlison at oracle.com>
wrote:
> vfork(2) is deprecated on Solaris and using it generates compiler
> warnings. When compiled with warnings-as-errors, this results in
> compilation failures.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8161360
> Webrev: http://cr.openjdk.java.net/~alanbur/JDK-8161360
>
> Thanks,
>
> --
> Alan Burlison
> --
>
More information about the core-libs-dev
mailing list