Matija Gobec
Matija Gobec

Reputation: 880

Bytebuddy doesn't work on zing

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?

Upvotes: 1

Views: 109

Answers (1)

Rafael Winterhalter
Rafael Winterhalter

Reputation: 44007

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.

Upvotes: 2

Related Questions