Re: RFR: JDK-8160829 - Remove ASMPool support from jlink

2016-07-07 Thread Sundararajan Athijegannathan
+1 On 7/5/2016 7:48 PM, Jim Laskey (Oracle) wrote: > Much of the removed code seems unnecessary since the same functionality can > be accomplished with much simpler code. An example is provided with > ClassForNamePlugin.java (temporary.) A shipping byte code optimizer plugin > will be

Re: RFR: JDK-8160829 - Remove ASMPool support from jlink

2016-07-05 Thread Paul Sandoz
> On 5 Jul 2016, at 16:18, Jim Laskey (Oracle) wrote: > > Much of the removed code seems unnecessary since the same functionality can > be accomplished with much simpler code. An example is provided with > ClassForNamePlugin.java (temporary.) A shipping byte code

Re: RFR: JDK-8160829 - Remove ASMPool support from jlink

2016-07-05 Thread Remi Forax
e-libs-...@openjdk.java.net> > Envoyé: Mardi 5 Juillet 2016 16:18:53 > Objet: RFR: JDK-8160829 - Remove ASMPool support from jlink > > Much of the removed code seems unnecessary since the same functionality can > be accomplished with much simpler code. An example is provided wit

RFR: JDK-8160829 - Remove ASMPool support from jlink

2016-07-05 Thread Jim Laskey (Oracle)
Much of the removed code seems unnecessary since the same functionality can be accomplished with much simpler code. An example is provided with ClassForNamePlugin.java (temporary.) A shipping byte code optimizer plugin will be supplied later. Additional changes to the plugin API will supply