On Fri, Aug 21, 2009 at 4:59 PM, Damien Raude-Morvan<[email protected]> wrote: > The concurrent collector will throw an OutOfMemoryError if too much time is > being spent in garbage collection: if more than 98% of the total time is > spent in garbage collection and less than 2% of the heap is recovered, an > OutOfMemoryError will be thrown. This feature is designed to prevent > applications from running for an extended period of time while making > little or no progress because the heap is too small. If necessary, this > feature can be disabled by adding the option -XX:-UseGCOverheadLimit to the > command line.
The difference between 1.5.2+dfsg-3 and 1.5.2+dfsg-2 are two portability patches that are not related to javadoc at all but javadoc fails for 1.5.2+dfsg-3 and not for 1.5.2+dfsg-2. Torsten -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

