On Wed, 2 Sep 2026 07:28:46 GMT, ExE Boss <[email protected]> wrote: >> The class was used by string templates and pattern matching. Neither of >> these features is present in the codebase today. >> >> Tested with tier1-3, just in case. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > My understanding is that **Carriers** could be used for [JEP draft 8182862]. > > [JEP draft 8182862]: https://openjdk.org/jeps/8182862 "JEP draft: unboxed > argument lists for method handles"
@ExE-Boss, the Java part of carriers (runtime tuples) is not he hard part to implement, the VM part that can see a carrier, check its method type and scalarize it on stack is the hard part. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32612#issuecomment-5510100304
