This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
from 3d2f8ea8 Simplify array allocation
new 58916a50
org.apache.bcel.classfile.StackMapEntry.StackMapEntry(DataInput, ConstantPool)
reads signed instead of unsigned shorts from its DataInput.
new c84f4923
org.apache.bcel.classfile.StackMapType.StackMapType(DataInput, ConstantPool)
reads signed instead of unsigned shorts from its DataInput
new 90d3d754
org.apache.bcel.classfile.ConstantInvokeDynamic.ConstantInvokeDynamic(DataInput)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 +++
.../apache/bcel/classfile/ConstantInvokeDynamic.java | 2 +-
.../java/org/apache/bcel/classfile/StackMapEntry.java | 18 ++++++++++--------
.../java/org/apache/bcel/classfile/StackMapType.java | 2 +-
4 files changed, 15 insertions(+), 10 deletions(-)