8.0.2 Notes client is crashing when disposing swing UI created in java agent

What is the difference in handling the java agents between 8.0 and 8.0.2 ?

We created a java agent which has a swing dialog to display buttons. On clicking the button we are calling some external program and subsequently disposing the dialog also.

The above scenario works fine in notes client 8.0. However, in 8.0.2, notes client is getting crashed after invoking this agent 3 to 4 times.

I would like to know what is the difference in java agent between 8.0 and 8.0.2 which is causing this issue.