Re: RFR: 8347472: Correct Attribute traversal and writing for Code attributes

2025-04-10 Thread Chen Liang
On Fri, 7 Feb 2025 19:25:04 GMT, Chen Liang wrote: > Make UnknownAttribute and CustomAttribute delivered in code traversal, and > make sure stack maps update the label references after a code transform when > it is reused. Other code-bound attributes are not updated as they cannot be > supplie

Re: RFR: 8347472: Correct Attribute traversal and writing for Code attributes

2025-04-08 Thread Adam Sotona
On Fri, 7 Feb 2025 19:25:04 GMT, Chen Liang wrote: > Make UnknownAttribute and CustomAttribute delivered in code traversal, and > make sure stack maps update the label references after a code transform when > it is reused. Other code-bound attributes are not updated as they cannot be > supplie

Re: RFR: 8347472: Correct Attribute traversal and writing for Code attributes

2025-03-07 Thread Chen Liang
On Fri, 7 Feb 2025 19:25:04 GMT, Chen Liang wrote: > Make UnknownAttribute and CustomAttribute delivered in code traversal, and > make sure stack maps update the label references after a code transform when > it is reused. Other code-bound attributes are not updated as they cannot be > supplie

RFR: 8347472: Correct Attribute traversal and writing for Code attributes

2025-02-10 Thread Chen Liang
Make UnknownAttribute and CustomAttribute delivered in code traversal, and make sure stack maps update the label references after a code transform when it is reused. Other code-bound attributes are not updated as they cannot be supplied to a CodeBuilder. Tested the 2 cases in the new Attributes