Re: [aspectwerkz-dev] tracing to the console
Eugene Kuleshov <eu-E/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Alex wrote: > Sure, this one should work fine to intercept user hacked ClassLoader > subclasses. Sorry for bugging this, but can it be done using online mode only without precompilation? regards, Eugene > ----- Original Message ----- > From: "Eugene Kuleshov" <eu-E/[email protected]> > To: <[email protected]> > Sent: Wednesday, July 14, 2004 12:19 PM > Subject: Re: [aspectwerkz-dev] tracing to the console > > > >>Alex, Jonas, >> >> That all is godd to know but it is all AW internals. What I'm looking > > for > >>is to bind and advice to the following pointcut >> >> execution(* java.lang.ClassLoader+.new(..)) >> >> It will be ok to do not have advice at the very top class loader. >> >> regards, >> Eugene >> >>>Exact >>>There is indeed some ways to alter the java.lang.ClassLoader as well > with >>>JVMTI, but then it makes things complex to support offline deployments. >>>Alex