Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes for 1.9.2V1_9_2_RC2 | Andy Clement | 2018-10-01 | 4 | -0/+0 |
| | | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates | ||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 4 | -0/+0 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 3 | -0/+0 |
| | |||||
* | Bug#531694: generate more optional thisJoinPoint construction code | Andy Clement | 2018-03-09 | 3 | -0/+0 |
| | | | | | | | This commit introduces some new methods into the runtime Factory class and modifies code generation to use them (and to use the form of the LDC bytecode that loads class constants). | ||||
* | Fix for Bug 531819 - Negative parameter annotation matching not behaving | Andy Clement | 2018-02-28 | 3 | -0/+0 |
| | |||||
* | Add missing cases to bcel constantToString | Andy Clement | 2018-02-07 | 4 | -0/+0 |
| | |||||
* | rebuilt internal dependencies | Andy Clement | 2017-10-20 | 2 | -0/+0 |
| | |||||
* | Latest build of bcel | Andy Clement | 2017-09-28 | 3 | -0/+0 |
| | |||||
* | Rebuilt bcel with latest changes | Andy Clement | 2017-09-27 | 2 | -0/+0 |
| | |||||
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 3 | -0/+0 |
| | |||||
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 3 | -0/+0 |
| | |||||
* | rebuilt bcel | Andy Clement | 2017-09-21 | 4 | -0/+0 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 4 | -0/+0 |
|\ | |||||
| * | Fix 500796: Allow for kotlin creating 'synthetic' local variable table entries | Andy Clement | 2016-11-07 | 4 | -0/+0 |
| | | |||||
| * | Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully read | Andy Clement | 2016-02-18 | 2 | -0/+0 |
| | | |||||
| * | Fix 487694: Race condition in annotation unpacking can surface through ↵ | Andy Clement | 2016-02-11 | 3 | -0/+0 |
| | | | | | | | | Spring AOP | ||||
| * | Fix 485055: declare @field failing for final String fields (see also Bug 327141) | Andy Clement | 2016-01-05 | 3 | -0/+0 |
| | | |||||
| * | allow reflection world to resolve generated types (e.g. lambdas) | Andy Clement | 2015-06-08 | 2 | -0/+0 |
| | | | | | | | | | | | | | | 1.8.6 release prep 1.8.6 pom updates Fix rogue chars in javadoc rebuilt with javadoc fixes | ||||
| * | Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETIC | Andy Clement | 2015-05-15 | 2 | -0/+0 |
| | | |||||
| * | 464749: Fix, remove Play class | Andy Clement | 2015-04-20 | 3 | -0/+0 |
| | | |||||
* | | rebuilt bcel | Andy Clement | 2017-09-21 | 4 | -0/+0 |
| | | |||||
* | | minor tweaks to better handle J9 | Andy Clement | 2017-09-20 | 4 | -0/+0 |
| | | |||||
* | | Upgrading to latest 1.9 compiler | Andy Clement | 2016-06-17 | 4 | -0/+0 |
| | | |||||
* | | Cope with Java9 b74 changes | Andy Clement | 2015-08-01 | 3 | -0/+0 |
|/ | | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74). | ||||
* | Use generics | Andy Clement | 2014-10-08 | 3 | -0/+0 |
| | |||||
* | 445395: more support for invokedynamic | Andy Clement | 2014-09-30 | 3 | -0/+0 |
| | |||||
* | Fix 440983: RuntimeInvisTypeAnnotation unpacking | Andy Clement | 2014-08-06 | 2 | -0/+0 |
| | |||||
* | Add toString to BootstrapMethods in BCEL | Andy Clement | 2014-08-05 | 3 | -0/+0 |
| | |||||
* | 436531: fix for weaving when method parameters around | Andy Clement | 2014-06-17 | 3 | -0/+0 |
| | |||||
* | fix for 435446: ensure size of invokedynamic correct | Andy Clement | 2014-05-23 | 4 | -0/+0 |
| | |||||
* | invokedynamic tidyup - handle calling getClassname on itinvokedynamic | Andy Clement | 2012-03-19 | 4 | -0/+0 |
| | |||||
* | invokedynamic support in bcel | Andy Clement | 2012-03-19 | 4 | -0/+0 |
| | |||||
* | missing impl for annotation value handling, time to fill it in | aclement | 2011-11-17 | 3 | -0/+0 |
| | |||||
* | 327141 | aclement | 2011-10-03 | 3 | -0/+0 |
| | |||||
* | 359159: modified Constants initialization | aclement | 2011-09-28 | 3 | -0/+0 |
| | |||||
* | 356612 | aclement | 2011-09-02 | 4 | -0/+0 |
| | |||||
* | extra diagnostics on bytecode problems | aclement | 2011-05-19 | 4 | -0/+0 |
| | |||||
* | removed com.sun references, even though they were only referenced from Javadoc | aclement | 2011-04-05 | 4 | -0/+0 |
| | |||||
* | 324932 | aclement | 2010-09-15 | 3 | -0/+0 |
| | |||||
* | 323438 | aclement | 2010-08-23 | 3 | -0/+0 |
| | |||||
* | 278496: toString modifications for expected output testing | aclement | 2010-08-03 | 2 | -0/+0 |
| | |||||
* | 278496: toString modifications for expected output testing | aclement | 2010-08-03 | 4 | -0/+0 |
| | |||||
* | slight FieldGen change to allow constant initialization - not great but it works | aclement | 2010-01-29 | 4 | -0/+0 |
| | |||||
* | optimization | aclement | 2009-10-05 | 4 | -0/+0 |
| | |||||
* | optimization | aclement | 2009-09-28 | 4 | -0/+0 |
| | |||||
* | unused code | aclement | 2009-09-16 | 4 | -0/+0 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 4 | -0/+0 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 2 | -0/+0 |
| | |||||
* | refactoring | aclement | 2009-09-15 | 4 | -0/+0 |
| | |||||
* | refactoring | aclement | 2009-09-10 | 4 | -0/+0 |
| |