0 Replies Latest reply on Jun 2, 2003 7:50 AM by yqlu

    Is it possible to instrument system classes?

    yqlu

      I have a requirement to implement a profiling tool for our project. I think JBoss AOP is a good fit for such a use case. But because our code runs in weblogic portal server, I think I need to instrument URLClassloader to make loading advises possible in an container(assuming weblogic classloader delegates the last step of loading class to URLClassloader). If it's some other way around, can some one here kindly let me know?