RFR: JDK-8160829 - Remove ASMPool support from jlink

Remi Forax forax at univ-mlv.fr
Tue Jul 5 14:26:58 UTC 2016


Hi jim,

This code had a dependency of the private copy of ASM, so +1 to remove it.

Rémi

----- Mail original -----
> De: "Jim Laskey (Oracle)" <james.laskey at oracle.com>
> À: "jigsaw-dev" <jigsaw-dev at openjdk.java.net>, "core-libs-dev" <core-libs-dev at 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 with
> ClassForNamePlugin.java (temporary.)  A shipping byte code optimizer plugin
> will be supplied later.  Additional changes to the plugin API will supply a
> cross resource resolver that will make byte code optimizing code even
> simpler.
> 
> http://cr.openjdk.java.net/~jlaskey/8160829/webrev/index.html
> https://bugs.openjdk.java.net/browse/JDK-8160829
> 
> 
> 


More information about the core-libs-dev mailing list