IncompatibleClassChangeError in jvm->DetachCurrentThread
Hi,
After recently changing from 1.5.09 to .11 (with the handle leak fixed), I now get reports from users that run my dll on JRE 1.4. about an IncompatibleClassChangeError being printed to std.err.
I have tracked it down to calls to DetachCurrentThread. The code seems to work, despite that error, so I wonder if this is related to the fixing of the handle leak in attaching / detaching threads and if it is just some forgotten debug printout in a caught exception maybe.
Has anybody seen this? Any ideas on how to avoid that printing, as I probably can't avoid to detach my thread?
Thanks
nils

