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

ben-manes / caffeine / 2628 / 2
0%
master: 0%

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

05 Oct 2020 07:33AM UTC coverage: 93.207% (+0.05%) from 93.162%
TERM=dumb ORG_GRADLE_PROJECT_checksumFailOn=build_finish ORG_GRADLE_PROJECT_checksumPrint=true ORG_GRADLE_PROJECT_checksumIgnore=false GROUP=tests

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

Source Files on job 2628.2 (TERM=dumb ORG_GRADLE_PROJECT_checksumFailOn=build_finish ORG_GRADLE_PROJECT_checksumPrint=true ORG_GRADLE_PROJECT_checksumIgnore=false GROUP=tests)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2489
  • Travis Job 2628.2
  • f77ab383 on github
  • Prev Job for TERM=dumb ORG_GRADLE_PROJECT_checksumFailOn=build_finish ORG_GRADLE_PROJECT_checksumPrint=true ORG_GRADLE_PROJECT_checksumIgnore=false GROUP=tests on master (#2627.2)
  • Next Job for TERM=dumb ORG_GRADLE_PROJECT_checksumFailOn=build_finish ORG_GRADLE_PROJECT_checksumPrint=true ORG_GRADLE_PROJECT_checksumIgnore=false GROUP=tests on master (#2629.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc