You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hierarchy computation of boot layer classes (#28)
* Use system classloader as fallback for transformable class bytes
fixes#27
* Handle missing transformable class bytes
Throw ClassNotFoundException if they're not found, remove fallback classloader
* Move empty bytes check behind transformation
0 commit comments