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

ben-manes / caffeine / 2628
100%

Build:
DEFAULT BRANCH: master
Ran 05 Oct 2020 08:47AM UTC
Jobs 1
Files 77
Run time 8s
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

pending completion
2628

push

travis-ci

ben-manes
Update to JDK15 field layouts and add deprecations

To protect against false sharing the field layout is padded to utilize
different CPU cache lines. The layout rules were changed in JDK 15
which requires more verbose byte fields to have the desired effect [1].

Due to the striped buffer already guarding against contention, padding
the ring buffer array slots is unecessary.

The softly deprecated classes, SingleConsumerQueue and UnsafeAccess,
are now explicitly deprecated. As Unsafe is still used, access is
obtained using an internal class or, for tests, JCTools' version.
To suppress compiler warnings the imports are inlined.

[1] https://shipilev.net/jvm/objects-inside-out/#_observation_hierarchy_tower_padding_trick_collapse_in_jdk_15

6229 of 6683 relevant lines covered (93.21%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2628.2 (TERM=dumb ORG_GRADLE_PROJECT_checksumFailOn=build_finish ORG_GRADLE_PROJECT_checksumPrint=true ORG_GRADLE_PROJECT_checksumIgnore=false GROUP=tests) 05 Oct 2020 08:47AM UTC 0
93.21
Travis Job 2628.2
Source Files on build 2628
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2628
  • f77ab383 on github
  • Prev Build on master (#2627)
  • Next Build on master (#2629)
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