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 }}
apache
/
groovy
Public
Notifications
You must be signed in to change notification settings
Fork
1.9k
Star
5.5k
Code
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
GROOVY-12023: add a PIC with configurable size for indy in fron of the existing cache
- #2549
#2549
Draft
blackdrag
wants to merge 23 commits into
master
apache/groovy:master
from
feature/Cache_changes
apache/groovy:feature/Cache_changes
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Draft
GROOVY-12023: add a PIC with configurable size for indy in fron of the existing cache
#2549
blackdrag
wants to merge 23 commits into
master
apache/groovy:master
from
feature/Cache_changes
apache/groovy:feature/Cache_changes
Copy head branch name to clipboard
Commits
Commits on May 20, 2026
adding a lock free MRU field to CacheableCallSite to avoid SoftReference overhead. Since the target holds a hard reference as well, this should not introduce any extra memory pressure
blackdrag
committed
254c08c
View commit details
Copy full SHA for 254c08c
Browse repository at this point
GROOVY-12023: add a PIC with configurable size for indy in fron of the existing cache
blackdrag
committed
1acf9b9
View commit details
Copy full SHA for 1acf9b9
Browse repository at this point
GROOVY-12023: add tests to ensure PIC functionality and fix one existing test since the fallback logic changed
blackdrag
committed
539e4a4
View commit details
Copy full SHA for 539e4a4
Browse repository at this point
GROOVY-12023: adding documentation created by AI
blackdrag
committed
b48a206
View commit details
Copy full SHA for b48a206
Browse repository at this point
Commits on May 21, 2026
GROOVY-12023: fix multithreading
blackdrag
committed
7cbbf97
View commit details
Copy full SHA for 7cbbf97
Browse repository at this point
GROOVY-12023: further fixes for multi threading and fixing some minor issues
blackdrag
committed
cb74b15
View commit details
Copy full SHA for cb74b15
Browse repository at this point
move heavy method selection code out of synchronized block
blackdrag
committed
83d1cf4
View commit details
Copy full SHA for 83d1cf4
Browse repository at this point
GROOVY-12023: avoid overhead through stream generation
blackdrag
committed
916340f
View commit details
Copy full SHA for 916340f
Browse repository at this point
GROOVY-12023: remove exception handler where not required
blackdrag
committed
6122b9b
View commit details
Copy full SHA for 6122b9b
Browse repository at this point
Commits on May 23, 2026
GROOVY-12023: optimize DGM handling by skipping their wrapper structure and directly invoke the target
blackdrag
committed
f314dc8
View commit details
Copy full SHA for f314dc8
Browse repository at this point
GROOVY-12023: fix ScriptToTreeNodeAdapterTest failures - revert CachedMethod catchException=false only
blackdrag
committed
3b211ad
View commit details
Copy full SHA for 3b211ad
Browse repository at this point
GROOVY-12023: restrict CachedClass path to catch exception only if method target is instance of GroovyObject
blackdrag
committed
e12ad16
View commit details
Copy full SHA for e12ad16
Browse repository at this point
GROOVY-12023: narrow exception handling to cater only for GroovyObject MOP met
blackdrag
committed
c642935
View commit details
Copy full SHA for c642935
Browse repository at this point
GROOVY-12023: adding missing licenses to new tests
blackdrag
committed
164311f
View commit details
Copy full SHA for 164311f
Browse repository at this point
Commits on May 25, 2026
GROOVY-12023: improving inlining for DTT operations
blackdrag
committed
2ad2cc5
View commit details
Copy full SHA for 2ad2cc5
Browse repository at this point
GROOVY-12023: fixing wrong isAssignableFrom check
blackdrag
committed
6df1d26
View commit details
Copy full SHA for 6df1d26
Browse repository at this point
fixing switchpoint related bug in PIC logic
blackdrag
committed
7747e96
View commit details
Copy full SHA for 7747e96
Browse repository at this point
GROOVY-12023: fix double switchpoint usage
blackdrag
committed
ebab001
View commit details
Copy full SHA for ebab001
Browse repository at this point
Commits on May 27, 2026
GROOVY-12023: Move call-site flags into CacheableCallSite and fix spread-call test
Show description for da154cf
blackdrag
committed
da154cf
View commit details
Copy full SHA for da154cf
Browse repository at this point
Commits on May 29, 2026
GROOVY-12023: addind an initial degraded mode
blackdrag
committed
1d3a2fd
View commit details
Copy full SHA for 1d3a2fd
Browse repository at this point
GROOVY-12023: adding more documentation for metaclass lifecycle
blackdrag
committed
5e320d3
View commit details
Copy full SHA for 5e320d3
Browse repository at this point
Commits on May 31, 2026
GROOVy-12023: add meta class guard
blackdrag
committed
9db439d
View commit details
Copy full SHA for 9db439d
Browse repository at this point
Commits on Jun 2, 2026
GROOVY-12023: unwrap exception in degraded path
blackdrag
committed
668423c
View commit details
Copy full SHA for 668423c
Browse repository at this point
You can’t perform that action at this time.