This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch BCEL-267
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/BCEL-267 by this push:
new 971339f [BCEL-267] Race conditions on static fields in BranchHandle
and InstructionHandle.
971339f is described below
commit 971339f58425c06956474a4b3b6915cecdead806
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 11 09:42:23 2019 -0500
[BCEL-267] Race conditions on static fields in BranchHandle and
InstructionHandle.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b53126f..7246186 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="6.4" date="2019-MM-DD" description="TO DO">
+ <action issue="BCEL-267" type="fix" dev="ggregory" due-to="Stephan
Herrmann, Sebb, Gary Gregory, Torsten Curdt">Race conditions on static fields
in BranchHandle and InstructionHandle.</action>
</release>
<release version="6.3" date="2019-01-23" description="Experimental Java 9,
10, 11, 12-EA, and 13-EA Support">