Thu, 02 Apr 2020 16:02:32 -0700 |
lkuskov |
CODETOOLS-7902618 CODETOOLS-7902643 CODETOOLS-7902644 CODETOOLS-7902648default tip |
Mon, 03 Feb 2020 16:54:39 -0800 |
lkuskov |
CODETOOLS-7902525 Asmtools support: JEP 360 Sealed Types(Preview) |
Mon, 06 Jan 2020 13:12:12 -0800 |
lkuskov |
CODETOOLS-7902549 Asmtools processes Runtime{In}VisibleTypeAnnotations incorrectly |
Wed, 06 Nov 2019 11:30:00 -0800 |
lkuskov |
CODETOOLS-7902524 Asmtools support: JEP 359 Records(Preview) |
Wed, 16 Oct 2019 14:49:03 -0700 |
lkuskov |
CODETOOLS-7901262 AsmTools should use PrintWriter, not PrintStream in its constructor |
Wed, 11 Sep 2019 13:10:14 -0700 |
lkuskov |
CODETOOLS-7901522 Jasm doesn't allow to create REF_invoke* referring an InterfaceMethod |
Thu, 05 Sep 2019 15:41:41 -0700 |
lkuskov |
CODETOOLS-7902516 Asmtools jdis wrongly processes arguments if the command line contains -v |
Thu, 05 Sep 2019 15:32:19 -0700 |
lkuskov |
CODETOOLS-7902515 Asmtools (code cleanup) removing unnecessary boxing, initializations |
Tue, 16 Oct 2018 11:16:09 -0700 |
lkuskov |
CODETOOLS-7902333 jasm produces inconsistent constant pool data for bootstrap methods of interfaces if cfv >= 52 |
Mon, 15 Oct 2018 15:48:11 -0700 |
lkuskov |
CODETOOLS-7902332 jasm should support nested static arguments of bootstrap methods |
Mon, 24 Sep 2018 14:22:06 -0700 |
lkuskov |
Added tag 7.0-b06 for changeset 5d0dc302199d |
Mon, 24 Sep 2018 13:14:00 -0700 |
lkuskov |
CODETOOLS-7902323 jdis writes a minor_version item that has all 16 bits set as -17.0-b06 |
Mon, 24 Sep 2018 13:04:04 -0700 |
lkuskov |
CODETOOLS-7902316 jdis ignores exception_table entries and uses a wrong format for iinc_w instruction |
Thu, 17 May 2018 13:34:08 -0700 |
lkuskov |
Added tag 7.0-b05 for changeset b63cf0206a26 |
Fri, 18 May 2018 12:45:49 -0700 |
lkuskov |
jasm, jdis updates to support nested static arguments of bootstrap methods. |
Fri, 18 May 2018 12:25:43 -0700 |
lkuskov |
jasm,jdis updates to support new attributes: NestHost, NestMembers. |
Mon, 26 Mar 2018 11:45:17 -0700 |
lkuskov |
Added tag 7.0-b04 for changeset 2931522b78a4 |
Thu, 22 Mar 2018 11:43:37 -0700 |
lkuskov |
Fix incorrect handling of some CPX2 constant pool entries by JDIS, contributed by: mdegtyarev@gmail.com, reviewed by: leonid.kuskov@oracle.com |
Tue, 13 Mar 2018 15:40:28 -0700 |
lkuskov |
CODETOOLS-7902132 JTReg compiled .jasm files end up with incorrect class file versions7.0-b04 |
Wed, 07 Mar 2018 12:21:07 -0800 |
afedorch |
Fix quoted class names handling bug, contributed by: mdegtyarev@gmail.com, reviewed by: leonid.kuskov@oracle.com |
Wed, 07 Mar 2018 12:17:01 -0800 |
afedorch |
Make the build script less noisy, Fix help text, contributed by: leonid.kuskov@oracle.com |
Wed, 07 Mar 2018 12:15:23 -0800 |
afedorch |
Update to support new attributes: NestHost, NestMembers, contributed by: leonid.kuskov@oracle.com |
Tue, 02 Jan 2018 11:47:06 -0800 |
afedorch |
Added tag 7.0-b02 for changeset f788f629bb40 |
Tue, 28 Nov 2017 15:03:21 -0800 |
afedorch |
CODETOOLS-7902070 jasm incorrectly processes class file versions inlined into jasm's files with more than one class, contributed by: leonid.kuskov@oracle.com7.0-b02 |
Wed, 08 Nov 2017 16:44:53 -0800 |
psandoz |
Change from CONSTANT_ConstantDynamic to CONSTANT_Dynamic in |
Tue, 07 Nov 2017 15:28:57 -0800 |
afedorch |
CODETOOLS-7902063 Circular references through ConstantDynamic should be caught in the proper way, contributed by: leonid.kuskov@oracle.com |
Tue, 07 Nov 2017 15:26:12 -0800 |
afedorch |
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 |
Fri, 03 Nov 2017 14:44:43 -0700 |
afedorch |
Added tag 7.0 for changeset c52c3f68bfba |
Fri, 03 Nov 2017 14:44:37 -0700 |
afedorch |
Added tag 6.0 for changeset f201bb903e32 |
Thu, 19 Oct 2017 14:44:57 -0700 |
afedorch |
jasm fails to assemble to following instruction: invokedynamic REF_invokeStatic:bootstrap:()V:target:()V int 1, contributed by: leonid.kuskov@oracle.com |
Tue, 10 Oct 2017 16:53:12 -0700 |
psandoz |
Update to support constant dynamic constant pool entry.7.0 |
Mon, 09 Oct 2017 16:50:26 -0700 |
afedorch |
Introduce BUILD_DIR property, contributed by: erik.helin@oracle.com |
Fri, 06 Oct 2017 15:15:23 -0700 |
afedorch |
Added support for a new kind of Java programing component: the module, contributed by: leonid.kuskov@oracle.com |
Wed, 15 Jun 2016 12:47:32 -0600 |
bkurotsu |
Disable javadoc lint until we fix the sources. |
Wed, 15 Jun 2016 11:52:22 -0600 |
bkurotsu |
Add build/product attributes to jar manifest. |
Wed, 02 Mar 2016 14:00:55 -0700 |
bkurotsu |
7901205: Add assembler support (JASM, JDIS, JCOD, JDEC) for Modules6.0 |
Fri, 19 Dec 2014 11:29:43 -0700 |
bkurotsu |
Added tag initial-openjdk for changeset 85d58e2683bf |
Thu, 18 Dec 2014 15:39:15 -0700 |
bkurotsu |
CLeanupinitial-openjdk |
Thu, 18 Dec 2014 15:36:24 -0700 |
bkurotsu |
Remove unused property. |
Thu, 18 Dec 2014 14:56:02 -0700 |
bkurotsu |
Initial sources! |
Thu, 18 Dec 2014 14:42:16 -0700 |
bkurotsu |
Intial build files. |
Thu, 18 Dec 2014 14:34:53 -0700 |
bkurotsu |
Initial version of README |
Fri, 12 Dec 2014 10:20:57 -0700 |
bkurotsu |
Add license file (initial repository test too). |