Commit Graph

19 Commits

Author SHA1 Message Date
lkuskov
61d329f0fb CODETOOLS-7902618 CODETOOLS-7902643 CODETOOLS-7902644 CODETOOLS-7902648 2020-04-02 16:02:32 -07:00
lkuskov
79096622a1 CODETOOLS-7902525 Asmtools support: JEP 360 Sealed Types(Preview) 2020-02-03 16:54:39 -08:00
lkuskov
a136ef54ee CODETOOLS-7902549 Asmtools processes Runtime{In}VisibleTypeAnnotations incorrectly
CODETOOLS-7902563 jdec: wrong interpretation of the module_name_index in the Module attribute
Codebase, build updated to support JDK 8
2020-01-06 13:12:12 -08:00
lkuskov
187e90eb4a CODETOOLS-7902524 Asmtools support: JEP 359 Records(Preview)
CODETOOLS-7902527 jasm has defects while writing ConstantPool/MethodParamethers structs
2019-11-06 11:30:00 -08:00
lkuskov
e4fd04e0af CODETOOLS-7901262 AsmTools should use PrintWriter, not PrintStream in its constructor
CODETOOLS-7901309 Disassembler tools could take URLs on command line
2019-10-16 14:49:03 -07:00
lkuskov
610805dfe5 CODETOOLS-7902516 Asmtools jdis wrongly processes arguments if the command line contains -v 2019-09-05 15:41:41 -07:00
lkuskov
54e032ceb0 CODETOOLS-7902515 Asmtools (code cleanup) removing unnecessary boxing, initializations 2019-09-05 15:32:19 -07:00
lkuskov
d85d18a576 CODETOOLS-7902323 jdis writes a minor_version item that has all 16 bits set as -1 2018-09-24 13:14:00 -07:00
lkuskov
6050467685 CODETOOLS-7902316 jdis ignores exception_table entries and uses a wrong format for iinc_w instruction 2018-09-24 13:04:04 -07:00
lkuskov
05ed6dee93 jasm, jdis updates to support nested static arguments of bootstrap methods. 2018-05-18 12:45:49 -07:00
lkuskov
1039e6c886 jasm,jdis updates to support new attributes: NestHost, NestMembers. 2018-05-18 12:25:43 -07:00
lkuskov
a489eeada4 Fix incorrect handling of some CPX2 constant pool entries by JDIS, contributed by: mdegtyarev@gmail.com, reviewed by: leonid.kuskov@oracle.com 2018-03-22 11:43:37 -07: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
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