This is an automated email from the ASF dual-hosted git repository.

ggregory 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 48e07f0f Javadoc
48e07f0f is described below

commit 48e07f0f5153f0cccb8b0fb820d591bccd3e7e1f
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Mon Nov 21 10:09:24 2022 -0500

    Javadoc
---
 src/main/java/org/apache/bcel/classfile/StackMap.java | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/main/java/org/apache/bcel/classfile/StackMap.java 
b/src/main/java/org/apache/bcel/classfile/StackMap.java
index ebd8779a..30f38034 100644
--- a/src/main/java/org/apache/bcel/classfile/StackMap.java
+++ b/src/main/java/org/apache/bcel/classfile/StackMap.java
@@ -29,6 +29,15 @@ import org.apache.bcel.Const;
  * <a href="http://java.sun.com/products/cldc/";>KVM</a> and contained within 
the Code attribute of a method. See CLDC
  * specification �5.3.1.2
  *
+ * <pre>
+ * StackMapTable_attribute {
+ *   u2              attribute_name_index;
+ *   u4              attribute_length;
+ *   u2              number_of_entries;
+ *   stack_map_frame entries[number_of_entries];
+ * }
+ * </pre>
+ *
  * @see Code
  * @see StackMapEntry
  * @see StackMapType

Reply via email to