jdk/src/share/classes/com/sun/java/util/jar/pack/Attribute.java
changeset 15261 c5b882836677
parent 12857 0a5f341c2a28
child 15526 84de8685a2d0
equal deleted inserted replaced
15260:7af2d7a87806 15261:c5b882836677
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   175 
   175 
   176         define(sd, ATTR_CONTEXT_METHOD, "Signature", "RSH");
   176         define(sd, ATTR_CONTEXT_METHOD, "Signature", "RSH");
   177         define(sd, ATTR_CONTEXT_METHOD, "Synthetic", "");
   177         define(sd, ATTR_CONTEXT_METHOD, "Synthetic", "");
   178         define(sd, ATTR_CONTEXT_METHOD, "Deprecated", "");
   178         define(sd, ATTR_CONTEXT_METHOD, "Deprecated", "");
   179         define(sd, ATTR_CONTEXT_METHOD, "Exceptions", "NH[RCH]");
   179         define(sd, ATTR_CONTEXT_METHOD, "Exceptions", "NH[RCH]");
       
   180         define(sd, ATTR_CONTEXT_METHOD, "MethodParameters", "NB[RUNHI]");
   180         //define(sd, ATTR_CONTEXT_METHOD, "Code", "HHNI[B]NH[PHPOHPOHRCNH]NH[RUHNI[B]]");
   181         //define(sd, ATTR_CONTEXT_METHOD, "Code", "HHNI[B]NH[PHPOHPOHRCNH]NH[RUHNI[B]]");
   181 
   182 
   182         define(sd, ATTR_CONTEXT_CODE, "StackMapTable",
   183         define(sd, ATTR_CONTEXT_CODE, "StackMapTable",
   183                ("[NH[(1)]]" +
   184                ("[NH[(1)]]" +
   184                 "[TB" +
   185                 "[TB" +