Re: [aspectj-users] Hook Thread Creations

2016-07-20 Thread ants
On Wed, Jul 20, 2016 at 1:03 PM, Alexander Kriegisch-2 [via AspectJ] < ml-node+s2085585n465210...@n4.nabble.com> wrote: > You can easily hook into places where your own code creates threads. > > If you need to hook into threads created by third party libs, you need to > weave their binaries via po

Re: [aspectj-users] Hook Thread Creations

2016-07-20 Thread Alexander Kriegisch
You can easily hook into places where your own code creates threads. If you need to hook into threads created by third party libs, you need to weave their binaries via post-compile or load-time weaving. Theoretically you can also weave into the JDK, creating your own tools.jar with woven class