Commit Graph

11 Commits

Author SHA1 Message Date
afedorch
1b7d451d11 Fix quoted class names handling bug, contributed by: mdegtyarev@gmail.com, reviewed by: leonid.kuskov@oracle.com 2018-03-07 12:21:07 -08:00
afedorch
c78c7b312c Update to support new attributes: NestHost, NestMembers, contributed by: leonid.kuskov@oracle.com 2018-03-07 12:15:23 -08:00
afedorch
ce883bed90 CODETOOLS-7902070 jasm incorrectly processes class file versions inlined into jasm's files with more than one class, contributed by: leonid.kuskov@oracle.com 2017-11-28 15:03:21 -08:00
psandoz
f0d160f435 Change from CONSTANT_ConstantDynamic to CONSTANT_Dynamic in
accordance with the latest VM spec changes.
2017-11-08 16:44:53 -08:00
afedorch
c2a6c969de CODETOOLS-7902063 Circular references through ConstantDynamic should be caught in the proper way, contributed by: leonid.kuskov@oracle.com 2017-11-07 15:28:57 -08:00
afedorch
7cc5ee2efc Fixed output when jdis with the -g option is started: ToHex(0) method returned 0x instead of 0x0 Product version increased to 7, contributed by: leonid.kuskov@oracle.com 2017-11-07 15:26:12 -08:00
afedorch
1594b206b9 jasm fails to assemble to following instruction: invokedynamic REF_invokeStatic:bootstrap:()V:target:()V int 1, contributed by: leonid.kuskov@oracle.com 2017-10-19 14:44:57 -07:00
psandoz
2084fcb710 Update to support constant dynamic constant pool entry. 2017-10-10 16:53:12 -07:00
afedorch
d9900f26df Added support for a new kind of Java programing component: the module, contributed by: leonid.kuskov@oracle.com 2017-10-06 15:15:23 -07:00
bkurotsu
76fe552b85 7901205: Add assembler support (JASM, JDIS, JCOD, JDEC) for Modules
7901521: JASM reports warnings for interface methods with code in 52.0 class files
Summary: Changes were made to both Assembler/Disassembler pairs to support the Modules Attribute. Jasm syntax is updated to encode Mod-info.
Reviewed-by: klooney
Contributed-by: Leonid Kuskov <leonid.kuskov@oracle.com>
2016-03-02 14:00:55 -07:00
bkurotsu
691a9f8de6 Initial sources! 2014-12-18 14:56:02 -07:00