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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 19 Apr 2026 07:07PM UTC
Files 78
Run time 2s
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.1

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

Source Files on job #5394.1
  • 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 Build 5394
  • 83422c68 on github
  • Prev Job for on v3.dev (##5393.1)
  • Next Job for on v3.dev (##5395.1)
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