Looks like bytebuddy doesn't work with zing jvm. Javaagent is initiated but interceptor is not activated. Anyone managed to get it to work with zing?
            Asked
            
        
        
            Active
            
        
            Viewed 95 times
        
    1
            
            
        - 
                    @RafaelWinterhalter Looks like I jumped to conclusion too soon. It was another issue that gave us wrong impressions of bytebuddy not working. I can confirm that it works with zing too. – Matija Gobec May 23 '16 at 12:57
 
1 Answers
2
            
            
        For a short a while, Azul started offering a free trial of Zing and I was able to run Byte Buddy and all of its tests on their JDK. I can now confirm that Byte Buddy works on Zing without limitations, including the retransformation.
        Rafael Winterhalter
        
- 42,759
 - 13
 - 108
 - 192
 
- 
                    1We've been using Byte Buddy with success for about 6 months now injecting into applications running on Zing. Thanks for the good work Rafael. – Matija Gobec Oct 16 '16 at 17:11