btraceio / btrace

BTrace - a safe, dynamic tracing tool for the Java platform
5.82k stars 961 forks source link

Add the required jctools classes to the client jar. #634

Closed jbachorik closed 1 year ago

jbachorik commented 1 year ago

There was an omission in the packaging when some JCTools classes required by the compiler didn't end up in the client jar.

This PR is adding those classes.

Fixes #632