jruby -X+C fails on rails apps
------------------------------

                 Key: JRUBY-5264
                 URL: http://jira.codehaus.org/browse/JRUBY-5264
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.5.6
            Reporter: John Firebaugh
            Assignee: Thomas E Enebo


I tried to do some profiling using Java profilers and forced compilation, but 
ran into this issue:

{code}
$ jruby -S rails new myapp -m http://jruby.org/rails3.rb
...
$ cd myapp
$ jruby -S bundle install
...
$ jruby -X+C -S rake -T
(in /Users/jfire/Development/myapp)
rake aborted!
load error: /Users/jfire/Development/myapp/config/boot -- 
java.lang.AbstractMethodError: 
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrTwoOrThreeBlock.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
/Users/jfire/Development/myapp/Rakefile:4
(See full trace by running task with --trace)
{code}


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