Skip to content

GROOVY-12023: add a PIC with configurable size for indy in fron of the existing cache#2549

Draft
blackdrag wants to merge 19 commits into
masterfrom
feature/Cache_changes
Draft

GROOVY-12023: add a PIC with configurable size for indy in fron of the existing cache#2549
blackdrag wants to merge 19 commits into
masterfrom
feature/Cache_changes

Conversation

@blackdrag
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 21, 2026

Codecov Report

❌ Patch coverage is 75.98684% with 73 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.6896%. Comparing base (7865789) to head (da154cf).
⚠️ Report is 30 commits behind head on master.

Files with missing lines Patch % Lines
...n/java/org/codehaus/groovy/tools/DgmConverter.java 0.0000% 32 Missing ⚠️
...codehaus/groovy/vmplugin/v8/CacheableCallSite.java 80.7018% 15 Missing and 7 partials ⚠️
...java/org/codehaus/groovy/vmplugin/v8/Selector.java 80.5195% 0 Missing and 15 partials ⚠️
...org/codehaus/groovy/vmplugin/v8/IndyInterface.java 91.4894% 0 Missing and 4 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##               master      #2549        +/-   ##
==================================================
+ Coverage     68.1886%   68.6896%   +0.5010%     
- Complexity      32960      34758      +1798     
==================================================
  Files            1504       1508         +4     
  Lines          125785     130752      +4967     
  Branches        22760      23790      +1030     
==================================================
+ Hits            85771      89813      +4042     
- Misses          32453      33127       +674     
- Partials         7561       7812       +251     
Files with missing lines Coverage Δ
...odehaus/groovy/reflection/GeneratedMetaMethod.java 59.2593% <100.0000%> (+0.3808%) ⬆️
...untime/typehandling/DefaultTypeTransformation.java 64.5038% <100.0000%> (+1.1902%) ⬆️
...dehaus/groovy/vmplugin/v8/MethodHandleWrapper.java 100.0000% <100.0000%> (ø)
...org/codehaus/groovy/vmplugin/v8/IndyInterface.java 89.2086% <91.4894%> (-1.9025%) ⬇️
...java/org/codehaus/groovy/vmplugin/v8/Selector.java 80.1170% <80.5195%> (-1.1201%) ⬇️
...codehaus/groovy/vmplugin/v8/CacheableCallSite.java 84.0000% <80.7018%> (+5.5385%) ⬆️
...n/java/org/codehaus/groovy/tools/DgmConverter.java 0.0000% <0.0000%> (ø)

... and 34 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@blackdrag blackdrag marked this pull request as draft May 24, 2026 00:11
blackdrag added 5 commits May 25, 2026 13:33
…ead-call test

- Moved callType, safe, thisCall, spreadCall from method parameters into CacheableCallSite fields, removed spread field from Selector
- Updated IndyInterface bootstrap, Selector constructors, and callers to read flags from the call site
- Fixed IndyInterfaceCallSiteTargetTest to match new API (fromCacheHandle returns MethodHandle, not result)
- Updated spread-call tests to verify handle type instead of invoking MethodHandle methods from Groovy (JDK 17+ blocks Lookup.unreflect on MethodHandle)
- Cleaned up unused imports and dead code
- update VArgs test to test spread cases better
@sonarqubecloud
Copy link
Copy Markdown

@testlens-app
Copy link
Copy Markdown

testlens-app Bot commented May 27, 2026

✅ All tests passed ✅

🏷️ Commit: da154cf
▶️ Tests: 199408 executed
⚪️ Checks: 56/56 completed


Learn more about TestLens at testlens.app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants