Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Vladimir Kozlov
Thank you. I will use second version and do testing again before push. Vladimir On 3/28/18 3:50 PM, Magnus Ihse Bursie wrote: On 2018-03-29 00:48, Erik Joelsson wrote: On 2018-03-28 15:35, Vladimir Kozlov wrote: Based on history it was done for 6307603 in 2010 and reason is the same:

Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Magnus Ihse Bursie
On 2018-03-29 00:48, Erik Joelsson wrote: On 2018-03-28 15:35, Vladimir Kozlov wrote: Based on history it was done for 6307603 in 2010 and reason is the same: http://hg.openjdk.java.net/jdk/hs/rev/1a5e995a710b Is next fix correct?: make/lib/Awt2dLibraries.gmk @@ -409,8 +409,8 @@

Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Erik Joelsson
On 2018-03-28 15:35, Vladimir Kozlov wrote: Based on history it was done for 6307603 in 2010 and reason is the same: http://hg.openjdk.java.net/jdk/hs/rev/1a5e995a710b Is next fix correct?: make/lib/Awt2dLibraries.gmk @@ -409,8 +409,8 @@ LDFLAGS := $(LDFLAGS_JDKLIB) \ $(call

Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Vladimir Kozlov
On 3/28/18 2:51 PM, Magnus Ihse Bursie wrote: On 2018-03-28 23:01, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8200383/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8200383 Changes for JDK-8200303 added calls to log2f() math function and it hit problem building Hotspot on

Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Magnus Ihse Bursie
On 2018-03-28 23:01, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8200383/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8200383 Changes for JDK-8200303 added calls to log2f() math function and it hit problem building Hotspot on SPARC - it can't find this function. For Hotspot

Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Vladimir Kozlov
Thank you, Erik Vladimir On 3/28/18 2:10 PM, Erik Joelsson wrote: Looks good. /Erik On 2018-03-28 14:01, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8200383/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8200383 Changes for JDK-8200303 added calls to log2f() math function

Re: [11] RFR(S) 8200383: Can't build on SPARC Hotspot with code which use math functions

2018-03-28 Thread Erik Joelsson
Looks good. /Erik On 2018-03-28 14:01, Vladimir Kozlov wrote: http://cr.openjdk.java.net/~kvn/8200383/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8200383 Changes for JDK-8200303 added calls to log2f() math function and it hit problem building Hotspot on SPARC - it can't find this