aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Add support for load time weaving of aspects #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4803

Currently, this is not supported out the box, as class loader's don't
support an "addTransformer" method.

This could be added easily to (a subclass of) ModuleClassLoader and
GraphClassLoader

Original issue reported on code.google.com by philzoio...@googlemail.com on 6 Nov 2009 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 16 Dec 2009 at 9:42

GoogleCodeExporter commented 9 years ago
Marking as fixed as of r5322.

Note that issue 300 has been raised to cover the fact that classes which have 
already
been loaded by other modules cannot be instrumented using load time weaving.

Original comment by philzoio...@googlemail.com on 24 Feb 2010 at 1:16