Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] java.lang.instrument and the AspectJ class-loader

Java 1.5 has a java.lang.instrument package which permits the
user to register a class file transformer agent.  Given that
and the existing code available in open-source for bytecode-
weaving class loaders, I propose we reduce our deliverable for
1.2 from a class loader to a weaver interface compatible with
both and instructions for using the weaver with some
open-source classloader.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=31460

Wes




Back to the top