Linkage error on recent JDKs

2012-02-23 Thread Charles Oliver Nutter
I just started getting this after fixing a separate bug and attempting to get JRuby's indy mode green again: [junit] Java::JavaLang::LinkageError: loader constraint violation: when resolving method "rubyjit.Test::Unit::Util::Observable#channels_11ACD19FA2F79CAEAFF634B776F6E40ABB76C535.__file__

Re: Linkage error on recent JDKs

2012-02-23 Thread John Rose
On Feb 23, 2012, at 3:28 PM, Charles Oliver Nutter wrote: > I just started getting this after fixing a separate bug and attempting > to get JRuby's indy mode green again: > >[junit] Java::JavaLang::LinkageError: loader constraint violation: It looks as if you are loading the "anonymous" clas

Re: Linkage error on recent JDKs

2012-02-23 Thread Mark Roos
FWIW I am running on hotspot 23.0- b15 Mac OSX from google code and have not seen any errors. Though I am still loading all of my code in the bootclasspath to avoid the noclassDefFound error. regards mark___ mlvm-dev mailing list mlvm-dev@openjdk.j