RFR(XXS): 8183119: Resolve 'libkstat' dependency between open and closed part of JDK.

Erik Joelsson erik.joelsson at oracle.com
Mon Aug 28 09:05:06 UTC 2017


Looks good.

/Erik


On 2017-08-24 15:06, Patric Hedlin wrote:
> Dear all,
>
> I would like to ask for help to review the following change/update:
>
> Issue:   https://bugs.openjdk.java.net/browse/JDK-8183119
>
> 8183119:Resolve 'libkstat' dependency between open and closed part of 
> JDK.
>
>     libkstat no longer used in open part (after JDK-8172231).
>
>
> This is the open part.
>
> Best regards,
> Patric
>
> -----8<-----
>
> --- a/common/autoconf/flags.m4    Tue Aug 22 16:20:29 2017 +0200
> +++ b/common/autoconf/flags.m4    Thu Aug 24 11:25:58 2017 +0200
> @@ -1358,7 +1358,7 @@
>        $2SOLARIS_LIBM_LIBS="/usr/lib/sparcv9/libm.so.1"
>      fi
>      $2JVM_LIBS="[$]$2JVM_LIBS -lsocket -lsched -ldl 
> $SOLARIS_LIBM_LIBS -lCrun \
> -        -lthread -ldoor -lc -ldemangle -lnsl -lkstat -lrt"
> +        -lthread -ldoor -lc -ldemangle -lnsl -lrt"
>    elif test "x$OPENJDK_$1_OS" = xmacosx; then
>      $2JVM_LIBS="[$]$2JVM_LIBS -lm"
>    elif test "x$OPENJDK_$1_OS" = xaix; then
>
>




More information about the build-dev mailing list