Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0, 1.0.1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4
-
None
Description
The ObjectPool classes catch and ignore Throwable in several places.
Catching Throwable should be done rarely, if ever, and should never ignore ThreadDeath.
Indeed, ignoring Error is not normally advisable.