One thing I like to try with JVM problms is to explore if it isi a JIT problem. Try running with JIT turned off, and then if it doesn't reproduce, try running with JIT forced on on the first iteration, sometimes this will pop JIT issues that will appear intermittent otherwise.

Kathey


Reply via email to