Re: speed of class loading via a modulepath

2018-11-18 Thread Remi Forax
Hi Richard, - Mail original - > De: "Richard Hillegas" > À: "core-libs-dev" > Envoyé: Dimanche 18 Novembre 2018 21:00:14 > Objet: speed of class loading via a modulepath > I am updating Apache Derby documentation to reflect the recent > modularization of the codeline. While doing this,

Re: RFC: JEP JDK-8208089: Implement C++14 Language Features

2018-11-18 Thread Kim Barrett
> On Nov 19, 2018, at 1:31 AM, David Holmes wrote: > > Hi Kim, > > On 16/11/2018 12:31 pm, Kim Barrett wrote: >>> On Oct 3, 2018, at 3:13 PM, Kim Barrett wrote: >>> >>> I've submitted a JEP for >>> >>> (1) enabling the use of C++14 Language Features when building the JDK, >>> >>> (2) define

Re: RFR 8177552: Compact Number Formatting support

2018-11-18 Thread Nishit Jain
Hi Naoto, Please check my comments inline. On 17-11-2018 04:52, naoto.s...@oracle.com wrote: Hi Nishit, Here are my comments: - CLDRConverter: As the compact pattern no more employs List, can we eliminate stringListEntry/Element, and use Array equivalent instead? Since the CNF design does

Re: RFC: JEP JDK-8208089: Implement C++14 Language Features

2018-11-18 Thread David Holmes
Hi Kim, On 16/11/2018 12:31 pm, Kim Barrett wrote: On Oct 3, 2018, at 3:13 PM, Kim Barrett wrote: I've submitted a JEP for (1) enabling the use of C++14 Language Features when building the JDK, (2) define a process for deciding and documenting which new features can be used or are forbidden

speed of class loading via a modulepath

2018-11-18 Thread Richard Hillegas
I am updating Apache Derby documentation to reflect the recent modularization of the codeline. While doing this, I have stumbled across an old piece of advice from the Derby Tuning Guide: "The structure of your classpath can affect Derby startup time and the time required to load a particular