On Tue, Nov 15, 2011 at 10:10 PM, Kevin Skelton <[email protected]> wrote:
> The program is loading an .odt doc from the linux file system in order to
> match/merge it with a data file.
> I am not writing or saving the document back to the file system, I am
> sending the newly created doc over the wire.
> This is a single threaded application.  (MQSeries triggered).
> No exceptions at all.  I have the load in a try/catch loop but never see
> an exception.
>

Try removing the System.gc()

and starting the test app with -XX:-UseParallelGC

do you get the same problem ?

Reply via email to