Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Incomplete
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: None
-
Environment:Solaris (SunOS 5.11), jruby 1.7.0.dev (ruby-1.8.7-p357) (2012-01-24 fffffff) (Java HotSpot(TM) Client VM 1.7.0) [SunOS-x86-java]
-
Number of attachments :
Description
... not sure if this is a duplicate; I did search but could not find precisely this issue!
$ cat stat.rb
stat = File.stat('testfile.txt')
puts "#
"
$ touch testfile
$ wc -c testfile
0 testfile
$ bin/jruby stat.rb
5701209781360918528
Issue Links
- is related to
-
JRUBY-6552
File.directory? does not work under 1.9 mode on Solaris
-
Blocker because benchmarks run for ages. For instance, bench_io_read_only.rb reports this:
{ f.read(1) }100.times { 2849905858983231488.times
}