This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/16902] GIJ: Garbage collection related failure with interpreter



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]