[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] java.lang.instrument and the AspectJ class-loader
|
- From: Wes Isberg <wes@xxxxxxxxxxxxxx>
- Date: Sun, 08 Feb 2004 15:17:37 -0800
- Delivered-to: aspectj-dev@eclipse.org
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
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