Skip to content

Instantly share code, notes, and snippets.

@headius
Last active December 10, 2024 23:31
Show Gist options
  • Save headius/cde3acea243bd7663b06098143d14647 to your computer and use it in GitHub Desktop.
Save headius/cde3acea243bd7663b06098143d14647 to your computer and use it in GitHub Desktop.
Benchmarks of JRuby 10 on Corretto JDK 25 + GenShen
~/work/jruby $ ~/amazon-corretto-25.0.0.1.1-linux-x64/bin/java -version
openjdk version "25" 2024-12-10
OpenJDK Runtime Environment Corretto-25.0.0.1.1 (build 25+1-Nightly)
OpenJDK 64-Bit Server VM Corretto-25.0.0.1.1 (build 25+1-Nightly, mixed mode, sharing)
~/work/jruby $ JAVA_OPTS="-XX:+UseParallelGC" jruby bench/bench_csv.rb
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Please consider reporting this to the maintainers of class org.jruby.util.StringSupport
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Use --enable-native-access=org.jruby.dist to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
Using 9.4 csv
3.3429004698991776
2.4499795604497194
2.4547543693333864
2.3145582396537066
1.9441012404859066
1.951574882492423
1.9513399321585894
1.9471214804798365
1.9627765342593193
1.9710431303828955
2.4628628697246313
2.5050133019685745
2.3743816930800676
2.0315895285457373
2.052162392064929
2.055167358368635
2.0223160311579704
2.0550691951066256
2.02841554954648
2.036681516095996
~/work/jruby $ JAVA_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -XX:-ShenandoahPacing" jruby -X+C bench/bench_csv.rb
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Please consider reporting this to the maintainers of class org.jruby.util.StringSupport
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Use --enable-native-access=org.jruby.dist to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
Using 9.4 csv
3.855348015204072
2.5290093161165714
2.47845821082592
2.3757835552096367
2.2398263923823833
1.967663373798132
2.3334837052971125
1.9477607533335686
2.251316463574767
1.9572080001235008
1.9753144551068544
1.9585329052060843
1.9599389377981424
1.9637288302183151
1.9318912848830223
1.960810223594308
1.9581577014178038
1.9605604391545057
1.9587326161563396
1.9590436480939388
~/work/jruby $ JAVA_OPTS="-XX:+UseG1GC" jruby -X+C bench/bench_csv.rb
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Please consider reporting this to the maintainers of class org.jruby.util.StringSupport
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Use --enable-native-access=org.jruby.dist to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
Using 9.4 csv
3.5463802982121706
2.313579997047782
1.485588051378727
2.1359620485454798
1.4206837005913258
1.4411488398909569
1.4349262230098248
1.4108031932264566
1.4400550574064255
1.44305070489645
1.4250338524580002
1.4289200734347105
1.4399070385843515
1.4183363039046526
1.4300368130207062
1.4445024989545345
1.426686443388462
1.4323573112487793
1.4177718460559845
1.4292475879192352
~/work/jruby $ JAVA_OPTS="-XX:+UseParallelGC" jruby bench/bench_red_black.rb 20
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Please consider reporting this to the maintainers of class org.jruby.util.StringSupport
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Use --enable-native-access=org.jruby.dist to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
2.026029
0.693936
0.5423990000000001
0.36658799999999997
0.261832
0.25804900000000003
0.23981
0.262158
0.25838300000000003
0.26107800000000003
0.264054
0.251874
0.259411
0.258755
0.25746600000000003
0.260624
0.264094
0.262761
0.260247
0.261951
~/work/jruby $ JAVA_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ShenandoahGCMode=generational -XX:-ShenandoahPacing" jruby bench/bench_red_black.rb 20
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Please consider reporting this to the maintainers of class org.jruby.util.StringSupport
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Use --enable-native-access=org.jruby.dist to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
2.583561
0.888679
0.733449
0.498048
0.351765
0.34836
0.353286
0.350763
0.34999399999999997
0.35551299999999997
0.350664
0.34965799999999997
0.35042599999999996
0.351776
0.350894
0.35050299999999995
0.35109799999999997
0.35457
0.350773
0.35393199999999997
~/work/jruby $ JAVA_OPTS="-XX:+UseG1GC" jruby -X+C bench/bench_red_black.rb 20
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.jruby.util.StringSupport (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Please consider reporting this to the maintainers of class org.jruby.util.StringSupport
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by com.kenai.jffi.internal.StubLoader in module org.jruby.dist (file:/home/headius/work/jruby/lib/jruby.jar)
WARNING: Use --enable-native-access=org.jruby.dist to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
2.226025
1.248928
0.962841
0.7855300000000001
0.6687460000000001
0.643561
0.623121
0.6437430000000001
0.645812
0.641433
0.647304
0.646038
0.64193
0.63897
0.643283
0.638777
0.649312
0.645023
0.648114
0.641032
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment