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

JuliaLang / julia / 453
87%

Build:
DEFAULT BRANCH: master
Ran 03 Sep 2026 12:00AM UTC
Jobs 0
Files 0
Run time –
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
453

push

buildkite

web-flow
MMTk: make perm alloc not a safepoint (#62967)

This PR changes the perm alloc call with MMTk. Instead of a normal alloc
(which may call `out_of_memory` and may block for GC), perm alloc now
uses `alloc_with_options` and sets the options to: not at safepoint (no
block), no `out_of_memory` call, and may overcommit (otherwise the alloc
may return `NULL` when MMTk heap is full).

Fixes https://github.com/JuliaLang/julia/issues/62963. Done by Claude.
Source Files on build 453
Detailed source file information is not available for this build.
  • Back to Repo
  • 23d880d3 on github
  • Prev Build on master (#435)
  • Next Build on master (#465)
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