Regression: Instead of java-based ThreadLibrary a pure-ruby thread.rb from 
stdlib is used
-----------------------------------------------------------------------------------------

                 Key: JRUBY-4036
                 URL: http://jira.codehaus.org/browse/JRUBY-4036
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.4.0RC1
            Reporter: Vladimir Sizikov
            Assignee: Thomas E Enebo
            Priority: Blocker
             Fix For: JRuby 1.4


Here's the output:

{noformat}
#>jruby -J-Djruby.debug.loadService=true -e "require 'thread'"
LoadService: trying builtinLib: builtin/core_ext/symbol.class
LoadService: trying builtinLib: builtin/core_ext/symbol.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/1.8/builtin/core_ext/symbol.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/1.8/builtin/core_ext/symbol.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/shared/builtin/core_ext/symbol.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/shared/builtin/core_ext/symbol.rb
LoadService: found: 
file:/opt/work/jruby/lib/ruby/site_ruby/shared/builtin/core_ext/symbol.rb
LoadService: trying builtinLib: enumerator.class
LoadService: trying builtinLib: enumerator.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/1.8/enumerator.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/1.8/enumerator.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/shared/enumerator.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/shared/enumerator.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/1.8/enumerator.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/1.8/enumerator.rb
LoadService: trying resourceFromCWD: /opt/work/jruby.git/enumerator.class
LoadService: trying resourceFromCWD: /opt/work/jruby.git/enumerator.rb
LoadService: trying builtinLib: enumerator.jar
LoadService: found builtinLib: enumerator.jar
LoadService: trying builtinLib: thread.class
LoadService: trying builtinLib: thread.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/1.8/thread.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/1.8/thread.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/shared/thread.class
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/site_ruby/shared/thread.rb
LoadService: trying resourceFromLoadPath: 
/opt/work/jruby/lib/ruby/1.8/thread.class
LoadService: trying resourceFromLoadPath: /opt/work/jruby/lib/ruby/1.8/thread.rb
LoadService: found: file:/opt/work/jruby/lib/ruby/1.8/thread.rb
{noformat}

The regression is caused by update of our copy of stdlib to 1.8.7 version, when 
a custom version of thread.rb has been replaced by the standard one.

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