Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rollbar
/
rollbar-java
Public
Notifications
You must be signed in to change notification settings
Fork
74
Star
78
Code
Issues
4
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[Fix][issue-227] Native agent 10x start up
- #379
#379
Merged
buongarzoni
merged 13 commits into
master
rollbar/rollbar-java:master
from
fix/issue-227/native-agent-10x-start-up
rollbar/rollbar-java:fix/issue-227/native-agent-10x-start-up
Copy head branch name to clipboard
Sep 21, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[Fix][issue-227] Native agent 10x start up
#379
buongarzoni
merged 13 commits into
master
rollbar/rollbar-java:master
from
fix/issue-227/native-agent-10x-start-up
rollbar/rollbar-java:fix/issue-227/native-agent-10x-start-up
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2026
fix(native-agent): request JVMTI 1.2 instead of the build JDK's version
buongarzoni
committed
aa14249
View commit details
Copy full SHA for aa14249
Browse repository at this point
perf(native-agent): gate activation on ClassPrepare and cache JNI handles
buongarzoni
committed
170ffe5
View commit details
Copy full SHA for 170ffe5
Browse repository at this point
perf(native-agent): skip locals capture for non-app frames
buongarzoni
committed
76bca6e
View commit details
Copy full SHA for 76bca6e
Browse repository at this point
fix(rollbar-java): handle null and throwing toString in JSON serializer
buongarzoni
committed
b1fdf78
View commit details
Copy full SHA for b1fdf78
Browse repository at this point
docs(native-agent): document activation model and build requirements
buongarzoni
committed
6b9a3a6
View commit details
Copy full SHA for 6b9a3a6
Browse repository at this point
Commits on Aug 3, 2026
fix: SpotBugs false positive analysis
buongarzoni
committed
c28a706
View commit details
Copy full SHA for c28a706
Browse repository at this point
fix(native-agent): defer to Java filter when app-frame scan is truncated
buongarzoni
committed
85f1ce1
View commit details
Copy full SHA for 85f1ce1
Browse repository at this point
fix(native-agent): capture every frame so cached locals stay aligned
buongarzoni
committed
42a7433
View commit details
Copy full SHA for 42a7433
Browse repository at this point
test(rollbar-java): pin CacheFrame alignment contract in BodyFactory
buongarzoni
committed
0fbf5f1
View commit details
Copy full SHA for 0fbf5f1
Browse repository at this point
test(rollbar-java): cover shouldCacheThrowable re-capture guard
buongarzoni
committed
79f5422
View commit details
Copy full SHA for 79f5422
Browse repository at this point
Commits on Sep 13, 2026
fix(rollbar-java): align cached frames positionally so constructors keep locals
buongarzoni
committed
e2f0f5d
View commit details
Copy full SHA for e2f0f5d
Browse repository at this point
fix(native-agent): promote jfloat to c_double before the variadic JNI call
buongarzoni
committed
85ed6a0
View commit details
Copy full SHA for 85ed6a0
Browse repository at this point
Commits on Sep 14, 2026
fix(native-agent): contain per-slot and per-frame failures during capture
buongarzoni
committed
d11e621
View commit details
Copy full SHA for d11e621
Browse repository at this point
You can’t perform that action at this time.