Re: [OpenJDK 2D-Dev] RFR: 8182610: Update specification of service providers for IIORegistry and ServiceRegistry

2017-12-01 Thread Paul Sandoz
> On 1 Dec 2017, at 13:19, Phil Race wrote: > > This is a doc-only fix to point to ServiceLoader to explain how service > providers work > replacing the local incomplete documentation in these Image I/O classes. > The existing docs pre-date the existence of ServiceLoader which of course is >

Re: [OpenJDK 2D-Dev] JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK

2014-05-13 Thread Paul Sandoz
On May 13, 2014, at 1:10 PM, Sergey Bylokhov wrote: > Hi, Paul. > adding 2d-dev@ > > media: sound/awt/swing part looks fine. Thanks. > Note that this part of the fix should be pushed to client forest. > Which classes exactly from here: http://cr.openjdk.java.net/~psandoz/jdk9/sb/JDK-80

Re: [OpenJDK 2D-Dev] JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK

2014-05-14 Thread Paul Sandoz
HI Phil, Thanks for looking at this. On May 13, 2014, at 11:15 PM, Phil Race wrote: > Paul, > > I don't see why you changed the variable names in some cases. Note it's not me :-) I am, mostly, the proxy. > See here where one change is only one line since you left it alone and the > other i

Re: [OpenJDK 2D-Dev] JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK

2014-05-16 Thread Paul Sandoz
On May 14, 2014, at 11:05 AM, Alan Bateman wrote: > >> : >> >> This code is under src/share/classes, so it's not clear to me what classes i >> can modify and push in the jdk9-dev/jdk repo or not. It's confusing! Is >> there a list online somewhere? >> >> Out of all the classes here: >> >>

Re: [OpenJDK 2D-Dev] JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK

2014-05-18 Thread Paul Sandoz
On May 16, 2014, at 8:33 PM, Phil Race wrote: > On 5/16/2014 5:13 AM, Paul Sandoz wrote: >> On May 14, 2014, at 11:05 AM, Alan Bateman wrote: >>>> : >>>> >>>> This code is under src/share/classes, so it's not clear to me what classes >>

Re: [OpenJDK 2D-Dev] JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK

2014-05-19 Thread Paul Sandoz
On May 19, 2014, at 6:18 PM, Phil Race wrote: > On 5/19/2014 12:50 AM, Alan Bateman wrote: >> On 19/05/2014 07:53, Paul Sandoz wrote: >>> If i don't have permission to push to the client repo (which might be >>> likely) i will need to hand over the patch

Re: [OpenJDK 2D-Dev] JDK-8041679 Replace uses of StringBuffer with StringBuilder within the JDK

2014-06-16 Thread Paul Sandoz
nswer, nor an explicit white-list of Java package names (external yes, internal no). On May 20, 2014, at 7:45 AM, Paul Sandoz wrote: > > On May 19, 2014, at 6:18 PM, Phil Race wrote: > >> On 5/19/2014 12:50 AM, Alan Bateman wrote: >>> On 19/05/2014 07:53, Paul Sando

Re: [OpenJDK 2D-Dev] JDK 9 RFR of JDK-8149896: Remove unnecessary values in FloatConsts and DoubleConsts

2016-02-16 Thread Paul Sandoz
> On 16 Feb 2016, at 07:23, joe darcy wrote: > > Hello, > > The the FloatConsts and DoubleConsts classes, while moved to an internal > package recently (JDK-8145990), contain constants now available via the > public API. All such uses of the redundant values should be removed as well > as th