Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC1
Assignee: Unassigned
Components: Java Integration
Created: 23/Sep/12 4:05 AM
Description:
$ jruby -v -rjava -e "p java.lang.Thread.current_thread.stack_trace.length"
jruby 1.6.7 (ruby-1.8.7-p357) (2012-02-22 3e82bc8) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_35) [darwin-x86_64-java]
22
$ bin/jruby -v -rjava -e "p java.lang.Thread.current_thread.stack_trace.length"
jruby 1.7.0.preview2 (1.9.3p203) 2012-09-02 99ce5c6 on Java HotSpot(TM) 64-Bit Server VM 1.6.0_35-b10-428-11M3811 [darwin-x86_64]
ArrayJavaProxy$INVOKER$i$0$0$length.gen:-1:in `call': java.lang.NoSuchMethodError: org.jruby.java.proxies.ArrayJavaProxy.length()Lorg/jruby/runtime/builtin/IRubyObject;
	from CachingCallSite.java:306:in `cacheAndCall'
	from CachingCallSite.java:136:in `call'
	from CallNoArgNode.java:64:in `interpret'
	from FCallOneArgNode.java:36:in `interpret'
	from NewlineNode.java:105:in `interpret'
	from RootNode.java:129:in `interpret'
	from ASTInterpreter.java:120:in `INTERPRET_ROOT'
	from Ruby.java:797:in `runInterpreter'
	from Ruby.java:805:in `runInterpreter'
	from Ruby.java:644:in `runNormally'
	from Ruby.java:489:in `runFromMain'
	from Main.java:376:in `doRunFromMain'
	from Main.java:265:in `internalRun'
	from Main.java:231:in `run'
	from Main.java:215:in `run'
	from Main.java:195:in `main'
Environment: Tested on OS X 10.8.2+Java 6
Fix Versions: JRuby 1.7.0.RC1
Project: JRuby
Priority: Blocker Blocker
Reporter: Uwe Kubosch
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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