This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new d8ca8644 Deep-copy bootstrap arguments array in BootstrapMethod.copy()
(#516).
d8ca8644 is described below
commit d8ca864464c9b23eb7f5a381386db3be8f7e7eff
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 14:40:07 2026 -0400
Deep-copy bootstrap arguments array in BootstrapMethod.copy() (#516).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5839abe6..d2d1d02a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Digiscrypt
Technologies, Gary Gregory">Use fixedLength for parsed LOOKUPSWITCH length
(#499).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Fix ConstantPoolGen dedup key collisions for names with
delimiters (#510).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Read unsigned bytecode operands in CodeHTML disassembler
(#511).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Deep-copy bootstrap arguments array in BootstrapMethod.copy()
(#516).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="nbauma109,
Gary Gregory">Add support for permitted subclasses #493.</action>
<action type="add" dev="ggregory" due-to="nbauma109,
Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action>