Re: RFR:8158817

2016-06-16 Thread Hannes Wallnöfer
You can display it in jjs shell by typing the function name and pressing . Hannes > Am 16.06.2016 um 09:42 schrieb Marcus Lagergren : > > +1 with Michael’s and Hannes’s comments. > > Who extracts and prints this documentation, though? > > /M > >> On 15 Jun 2016, at

Re: RFR:8158817

2016-06-16 Thread Marcus Lagergren
+1 with Michael’s and Hannes’s comments. Who extracts and prints this documentation, though? /M > On 15 Jun 2016, at 13:47, Hannes Wallnöfer > wrote: > > n

Re: RFR:8158817

2016-06-15 Thread Hannes Wallnöfer
Hi Srini, „it self“ should be a single word in Math.ceil and Math.floor. Otherwise looks good. Hannes > Am 15.06.2016 um 13:21 schrieb Michael Haupt : > > Hi Srini, > > lower-case thumbs up, with these corrections: > * Math.ceil, Math.floor: ... returns argument it

Re: RFR:8158817

2016-06-15 Thread Michael Haupt
Hi Srini, lower-case thumbs up, with these corrections: * Math.ceil, Math.floor: ... returns argument it self ... -> ... returns argument itself ... * Math.random, Math.sin: insert space after comma Best, Michael > Am 15.06.2016 um 08:54 schrieb Srinivas Dama : > >

RFR:8158817

2016-06-15 Thread Srinivas Dama
Hi, Please review http://cr.openjdk.java.net/~sdama/8158817/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8158817 Regards, Srinivas