Deadlock when using ConditionVariable
-------------------------------------

                 Key: JRUBY-5092
                 URL: http://jira.codehaus.org/browse/JRUBY-5092
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.5.2
            Reporter: Charles Oliver Nutter
             Fix For: JRuby 1.6


Scala ships some classes that have $ in their names (and perhaps inner-class 
class attributes) that are not inner classes and do not have inner classes. 
This breaks java.lang.Class.getDeclaredClasses, and causes JRuby's JI logic to 
fail to bind things properly.

See the Scala bug here: http://lampsvn.epfl.ch/trac/scala/ticket/2749

The workaround in JRuby is to catch NoClassDefFoundError in 
JavaClass.getDeclaredClasses and just return an empty array of classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to