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

ben-manes / caffeine / 2627
100%

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

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_c_style_padding_is_unreliable

6226 of 6683 relevant lines covered (93.16%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2627.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:33AM UTC 0
93.16
Travis Job 2627.2
Source Files on build 2627
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2627
  • 8da48b09 on github
  • Prev Build on master (#2626)
  • Next Build on master (#2628)
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