Re: RFR: JDK-8150257 Remove softfloat lib support

2016-02-22 Thread Gary Adams
As far as I know the only build that uses the sflt libs is the legacy armv5 linux systems. http://closedjdk.us.oracle.com/ejdk9/dev/closed/file/a2055fab159f/bin/build-embedded.csh#l331 ... # ARMv5t, non-thumb, soft-float emulation, soft-float ABI case linux-arm-sflt: set JVM_VARIANT = "-

Re: RFR: JDK-8150257 Remove softfloat lib support

2016-02-21 Thread David Holmes
Hi Magnus, On 20/02/2016 2:09 AM, Magnus Ihse Bursie wrote: We have some quite ugly hacks in place to support injecting the softfloat lib on certain platforms. This is not needed anymore and should be removed. Is this no longer relevant to the iOS-arm build in mobile-dev? They will need to ad

RFR: JDK-8150257 Remove softfloat lib support

2016-02-19 Thread Magnus Ihse Bursie
We have some quite ugly hacks in place to support injecting the softfloat lib on certain platforms. This is not needed anymore and should be removed. Bug: https://bugs.openjdk.java.net/browse/JDK-8150257 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8150257-remove-softfloat-lib-support/webrev.0