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

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Aug 24 21:16:01 UTC 2017


Good.

Thanks,
Vladimir

On 8/24/17 6:06 AM, 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