knopflerfish / knopflerfish.org

Knopflerfish OSGi Service Platform. OSGi run-time container and SDK source code repo
http://www.knopflerfish.org
BSD 3-Clause "New" or "Revised" License
33 stars 11 forks source link

Dynamic import dead lock #40

Closed janste63 closed 7 years ago

janste63 commented 7 years ago

There is a small chance for a dead lock if you dynamicly import a package and at the same time resolve a bundle that access the same package.

janste63 commented 7 years ago

A synchronised block was too narrow.