Commit f55c38f
committed
Add locks to BundleWiringImpl.
The lack of locking in findClassOrResourceByDelegation and loadClass is causing race conditions that manifest as NoClassDefFoundError in a killbill deployment.
This change works towards fixing these by adding synchronization.1 parent f2149a6 commit f55c38f
1 file changed
Lines changed: 167 additions & 163 deletions
0 commit comments