1.1RC2 reports method missing incorrectly
-----------------------------------------

                 Key: JRUBY-2197
                 URL: http://jira.codehaus.org/browse/JRUBY-2197
             Project: JRuby
          Issue Type: Bug
          Components: Interpreter
    Affects Versions: JRuby 1.1RC2
         Environment: discovered on Redhat Linux
            Reporter: Jaroslav Libak
            Priority: Critical


I tried using Jruby 1.1RC2 in our java code that uses several jruby runtimes to 
execute our DSL in parallel. Jruby 1.1RC1 works fine. But as soon as I upgraded 
to Jruby 1.1RC2 (and used the same versions of gems - activerecord-2.0.2, 
activerecord-jdbc-adapter-0.7.2) we got a weird error about a missing method (I 
don't remember the exact error it was a couple of days ago - but I think the 
method was defined in java, not in ruby code). But Jruby 1.1RC1 doesn't produce 
that error. I suspect it could have something to do with the optimization in 
permgen that was recently done. I suspect methods might be thrown out of 
classes under some circumstances.

I will provide ruby stacktrace soon when I test 1.1 RC2 again.

Unfortunately, we cannot produce a test case, since we cannot make our source 
code open.


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