© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM® Corp.
There are several locations in WebSphere® Application Server run time code where exceptions occur within finalize() methods. Exceptions thrown from within finalize() methods are not being ignored as they should be. By default, the debugger suspends execution at uncaught exceptions, so the debugger stops at these locations.
Clicking Resume will allow the debugger to continue. In order to prevent the debugger from suspending at these locations, clear the Suspend execution on uncaught exceptions preference in the Java™ > Debug preference page (note that this will also prevent the debugger from suspending at uncaught exceptions in your application code).