langtools/src/share/classes/com/sun/tools/javap/StackMapWriter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14049 3207422a0f9b
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    43 import static com.sun.tools.classfile.StackMapTable_attribute.verification_type_info.*;
    43 import static com.sun.tools.classfile.StackMapTable_attribute.verification_type_info.*;
    44 
    44 
    45 /**
    45 /**
    46  * Annotate instructions with stack map.
    46  * Annotate instructions with stack map.
    47  *
    47  *
    48  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    48  *  <p><b>This is NOT part of any supported API.
    49  *  you write code that depends on this, you do so at your own risk.
    49  *  If you write code that depends on this, you do so at your own risk.
    50  *  This code and its internal interfaces are subject to change or
    50  *  This code and its internal interfaces are subject to change or
    51  *  deletion without notice.</b>
    51  *  deletion without notice.</b>
    52  */
    52  */
    53 public class StackMapWriter extends InstructionDetailWriter {
    53 public class StackMapWriter extends InstructionDetailWriter {
    54     static StackMapWriter instance(Context context) {
    54     static StackMapWriter instance(Context context) {