• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / #5394
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 19 Apr 2026 07:07PM UTC
Jobs 1
Files 78
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Apr 2026 06:32PM UTC coverage: 100.0%. Remained the same
#5394

push

github

ben-manes
Correct WeakValueReference keyReference design note

The prior note described keyReference as "set once during construction
and never mutated", which is inaccurate: retire() and die() on generated
weak/soft-value nodes write sentinels into the field under
synchronized(node). The note also attributed the storeStoreFence's role
to publishing the newly-constructed reference's non-final fields;
the actual load-bearing role (per the JCStress IntermittentNull test) is
ordering the old reference's ref.clear() against the setRelease of the
new reference so the getValue re-check loop's invariant holds.

3894 of 3902 branches covered (99.79%)

7993 of 7993 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5394.1 19 Apr 2026 07:07PM UTC 78
100.0
Source Files on build #5394
  • Tree
  • List 78
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 83422c68 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc