ATI Threading problem

I have a thread-heavy program which I’ve debugged to the point where it works on any computer except for those with ATI cards. My current solution was to use JOGL 1.1b03 where this problem didn’t occur, but I need to use the latest version of JOGL, so I need to solve this threading issue. Can anyone tell me what was changed between b03 and b04 specifically in the threading department? This would be a great help in solving my threading woes.

FIXED!!! I figured it out, so no need to worry, the problem was in my code, and because the ATI workload was happening on the event thread it gave different results that I didn’t take into account.