jruby.compile.frameless=true cause "Superclass method 'initialize' disabled."
-----------------------------------------------------------------------------
Key: JRUBY-2139
URL: http://jira.codehaus.org/browse/JRUBY-2139
Project: JRuby
Issue Type: Bug
Components: Interpreter
Affects Versions: JRuby 1.1RC2
Environment: ubuntu 7.10 64bit, java 1.6.0_04
Reporter: Radoslaw Bulat
Attachments: bm_app_uri.rb
Execution of attached file with jruby options -J-Djruby.compile.mode=FORCE
-J-Djruby.compile.frameless=true causes exception with message:
Superclass method 'initialize' disabled. (NameError)
When only -J-Djruby.compile.mode=FORCE is used program works fine.
<code>
require 'uri'
100_000.times{
uri = URI.parse('http://www.ruby-lang.org')
uri.scheme
uri.host
uri.port
}
</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