Tuesday, February 22, 2011

Issue while debugging multithreaded application in eclipse with JDK 1.6

There is an issue in compatibility of Eclipse and JDK 1.6. In a multithreaded application, eclipse fails to put the breakpoint many time.
To fix this -XX:+UseParallelOldGC should be added to VM arguments in eclipse configuration.

No comments:

Post a Comment