summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Reduced expected performance differenceAndy Clement2017-09-271-1/+1
| | | | | | | | | JVM improvements seem to reduce the difference.
| * | Clarified expected messageAndy Clement2017-09-271-0/+1
| | |
| * | Rebuilt bcel with latest changesAndy Clement2017-09-272-0/+0
| | |
| * | Ensure interfacemethodref can be built for invokestatic calls on interface ↵Andy Clement2017-09-261-2/+7
| | | | | | | | | | | | methods
| * | more testdata for 1.9Andy Clement2017-09-241-0/+11
| | |
| * | Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-2431-137/+6633
| | |
| * | add missing testdataAndy Clement2017-09-221-0/+24
| | |
| * | various changes to make more tests pass on Java9Andy Clement2017-09-2221-152/+1360
| | |
| * | tweaks to 1.9 testsAndy Clement2017-09-212-12/+2
| | |
| * | latest jdt related src zipAndy Clement2017-09-211-0/+0
| | |
| * | includes fix from aj_18 line related to 507372Andy Clement2017-09-211-0/+0
| | |
| * | refixed now that target bits don't overlap with JDT bitsAndy Clement2017-09-211-15/+6
| | |
| * | polish and ensure warnings set by groupAndy Clement2017-09-211-26/+5
| | |
| * | Upgraded to ASM 6 BETAAndy Clement2017-09-214-3/+3
| | |
| * | rebuilt bcelAndy Clement2017-09-214-0/+0
| | |
| * | rebuiltAndy Clement2017-09-211-0/+0
| | |
| * | polishAndy Clement2017-09-211-11/+5
| | |
| * | Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-21124-604/+1483
| |\ \
| * | | add constants to listAndy Clement2017-09-211-2/+4
| | | |
| * | | rebuilt bcelAndy Clement2017-09-214-0/+0
| | | |
| * | | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-20196-517/+17652
| |\ \ \
| * | | | latest versionAndy Clement2017-09-204-4/+4
| | | | |
| * | | | minor tweaks to better handle J9Andy Clement2017-09-2010-12/+12
| | | | |
| * | | | latest JDT update for Java9Andy Clement2017-09-202-0/+0
| | | | |
| * | | | Upgrading bcel to latest J9 attributesAndy Clement2017-09-2034-102/+924
| | | | |
| * | | | compatibility with JDK 190 build 175Andy Clement2017-06-277-92/+194
| | | | |
| * | | | pickup latest jdt coreAndy Clement2017-05-082-0/+0
| | | | |
| * | | | fixup tests for 1.9Andy Clement2017-05-082-3/+3
| | | | |
| * | | | adapt to JDT changesAndy Clement2017-05-081-31/+6
| | | | |
| * | | | Adapt to JDT changesAndy Clement2017-05-081-1/+1
| | | | |
| * | | | Corrected version for latest updateAndy Clement2017-05-081-1/+1
| | | | |
| * | | | Add resolution of argument typesAndy Clement2017-05-081-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Some new code in JDT is using the information in here, so need to resolve them.
| * | | | Add ability to recognize an intertype scopeAndy Clement2017-05-081-0/+4
| | | | |
| * | | | Add version of jdtcore with proper APT supportAndy Clement2017-05-082-0/+0
| | | | |
| * | | | Add guard for clone()Andy Clement2017-05-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | clone is saying it is protected rather than public and so we need to add a guard to avoid creating accessor for it.
| * | | | infra changes for 1.9 buildsAndy Clement2016-07-277-8/+12
| | | | |
| * | | | Further 1.9 changes: better handling of source/targetV1_9_0_BETA5Andy Clement2016-07-264-5/+5
| | | | |
| * | | | create copy of 1.6 sanity tests for use at 1.9Andy Clement2016-07-253-3/+238
| | | | |
| * | | | add asm v6 for stackmap creation on Java 9Andy Clement2016-07-233-1/+1
| | | | |
| * | | | ensure modules on path in build arg parserV1_9_0_BETA4Andy Clement2016-06-291-1/+5
| | | | |
| * | | | change to latest j9 commitAndy Clement2016-06-271-2/+3
| | | | |
| * | | | Fix classpath for tests on Java9Andy Clement2016-06-277-43/+81
| | | | |
| * | | | Change to support new packaging of modules in Java9Andy Clement2016-06-271-2/+3
| | | | |
| * | | | Java9 jrt-fs.jar helpersAndy Clement2016-06-271-0/+10
| | | | |
| * | | | Remove diamond usageAndy Clement2016-06-271-1/+1
| | | | |
| * | | | Upgrading to latest 1.9 compilerAndy Clement2016-06-1750-464/+714
| | | | |
| * | | | [j9] Basic read/write of Module attributeAndy Clement2016-06-0637-4/+652
| | | | |
| * | | | Up'd version to beta3Andy Clement2016-01-043-3/+3
| | | | |
| * | | | Cope with java version becoming 9.X rather than 1.9.XAndy Clement2016-01-042-7/+16
| | | | |
| * | | | Cope with Java9 b74 changesAndy Clement2015-08-0111-318/+514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74).