You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* jruby-1_7: (46 commits)
calculate module name before storing in parent's constant hierarchy (resolvesjruby#2945)
remove double imports in RubyModule
remove (unnecessary) global variable in spec_helper
Symbol#to_proc procs' #parameters always return [[:rest]].
remove com.bounday:high-scale-lib dependency (extracted necessary classes from it)
AtomicReferenceFieldUpdater forces us to have volatile fields
use the (internal) backported NonBlockingHashMapLong class instead of high_scale's
make Unsafe usage in NonBlockingHashMapLong (ported from high-scale lib) optional
add (and re-arrange) AbstractEntry class - NonBlockingHashMapLong now compilable
NonBlockingHashMapLong - add in required Counter class and comment out prints
NonBlockingHashMapLong copy-pasted from org.cliffc.high_scale_lib package
[build] remove the rake-plugin from release
[build] use newer versions for jruby-rake-plugin [skip ci]
handle "junk" tail in BigDecimal parsing like MRI does (fixesjruby#3527)
Update FileStat to return nil for methods MRI does not implement (nor do we)
no singleton_class in 1.8.7
sorting by name is not reliable as classes are all anonymous - sort by object_id instead
each_object(cls.singleton_class) should not walk special classes.
Bump for next dev cycle
Whoops forgot to change VERSION
...
The text was updated successfully, but these errors were encountered: