------- Comment #4 from mckinlay at redhat dot com  2006-02-06 18:38 -------
You might need a multiprocessor or hyper-threaded machine to reproduce it. I
was able to reproduce it with HEAD just now:

$ while (true) do gij GCTest; done

....

[20]:  Success
java.lang.LinkageError: field type mismatch with different loaders
   at GCTest$GCTest_Object.<init> (GCTest.java:18)
   at GCTest.testObjChain (GCTest.java:245)
   at GCTest.run (GCTest.java:126)
   at java.lang.Thread.run (Thread.java:653)
Caused by: java.lang.NoClassDefFoundError: this$0
   at GCTest$GCTest_Object.<init> (GCTest.java:18)
   ...3 more
[41]:  Failure: testObjChain: Caught exception: field type mismatch with
different loaders


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16902

Reply via email to