Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-08-21 Thread Lindenmaier, Goetz
ability-dev (serviceability-dev@openjdk.java.net) >>> >> d...@openjdk.java.net>; Zeller, Arno <arno.zel...@sap.com> >>> Subject: Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse >>> float >>> if non US locale. >>> >>&

Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-08-20 Thread David Holmes
ty-dev (serviceability-dev@openjdk.java.net) ; Zeller, Arno <arno.zel...@sap.com> Subject: Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale. Thanks Goetz - looks good now! And sorry for the delay :) Volker On Thu, Aug 3, 2017 at 11:30 AM, Lindenmaier, Goetz <

RE: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-08-18 Thread Lindenmaier, Goetz
t 2017 19:33 > To: Lindenmaier, Goetz <goetz.lindenma...@sap.com> > Cc: serviceability-dev (serviceability-dev@openjdk.java.net) d...@openjdk.java.net>; Zeller, Arno <arno.zel...@sap.com> > Subject: Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse > f

Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-08-17 Thread Volker Simonis
itag, 28. Juli 2017 16:45 >> To: Lindenmaier, Goetz <goetz.lindenma...@sap.com> >> Cc: serviceability-dev (serviceability-dev@openjdk.java.net) > d...@openjdk.java.net>; Zeller, Arno <arno.zel...@sap.com> >> Subject: Re: RFR(XS): 8185112: [TESTBUG] Ser

RE: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-08-03 Thread Lindenmaier, Goetz
al Message- > >> From: Volker Simonis [mailto:volker.simo...@gmail.com] > >> Sent: Thursday, July 27, 2017 11:49 AM > >> To: Lindenmaier, Goetz <goetz.lindenma...@sap.com> > >> Cc: serviceability-dev (serviceability-dev@openjdk.java.net) &

RE: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-07-28 Thread Lindenmaier, Goetz
.java.net>; Zeller, Arno <arno.zel...@sap.com> > Subject: Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse > float if non US locale. > > Looks good, but don't we also need this for getIntValue() as well? > I.e. can't an integer be "1.234.678" (German st

Re: RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-07-27 Thread Volker Simonis
Looks good, but don't we also need this for getIntValue() as well? I.e. can't an integer be "1.234.678" (German style) as well as "1,234,678" (American style) for example ? Thanks, Volker On Mon, Jul 24, 2017 at 9:07 AM, Lindenmaier, Goetz wrote: > Hi, > > > > Some

RFR(XS): 8185112: [TESTBUG] Servicability tests cannot parse float if non US locale.

2017-07-24 Thread Lindenmaier, Goetz
Hi, Some tests use Float.valueOf for String to float converting. If an other locale than US is used the test failed. We observed this on Mac. Changed to use NumberFormat to work with all locales. Please review this change. I please need a sponsor.