jdk
8344951: Stabilize write barrier micro-benchmarks
#22763
Closed

Commits
  • Update copyright
    robcasloz committed 7 days ago
  • Disable loop unrolling
    robcasloz committed 7 days ago
  • Do not inline array micro-benchmarks to avoid spilling in the innermost loop
    robcasloz committed 7 days ago
  • Avoid loads and range checks in null-writing micro-benchmarks
    robcasloz committed 7 days ago
  • Add tentative testArrayWriteBarrierFastPathRealLarge version with a single, fixed new value
    robcasloz committed 7 days ago
  • Allow inlining, get rid of reads
    robcasloz committed 6 days ago
  • Add a default run without JVM arguments
    robcasloz committed 5 days ago
  • Disable inlining again for better stability w.r.t. spilling
    robcasloz committed 5 days ago
Loading