On Wed, 19 Nov 2025 14:18:53 GMT, Chen Liang <[email protected]> wrote:
>> ClassMethodTransform and ClassFieldTransform are computing the chaining >> condition incorrectly - the composed transform should run when any of the >> component wants to run instead of when all copmonents want to run, and the >> actual content tranforms can only compose if they apply to the same set of >> method or fields. So we should restrict this "optimization" to same filters. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision: > > Make it clear where the filter is shared Thanks for the reviews! ------------- PR Comment: https://git.openjdk.org/jdk/pull/28377#issuecomment-3558108693
