Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to package | Andy Clement | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | rebuilt internal dependencies | Andy Clement | 2017-10-20 | 1 | -0/+0 |
| | |||||
* | Fixes Bug 525293 - Spring AOP could be faster | Andy Clement | 2017-09-28 | 1 | -5/+3 |
| | | | | | | | Multiple changes here: - annotation unpacking is smarter and if it only needs runtime retention annotations it uses reflection and doesn't unpack the bytes to discover class level retention annotations. - Reflection worlds are shared if for the same classloader. | ||||
* | Update project source/target levels to 1.7 | Andy Clement | 2017-09-27 | 1 | -4/+4 |
| | |||||
* | Ensure interfacemethodref can be built for invokestatic calls on interface ↵ | Andy Clement | 2017-09-26 | 1 | -2/+7 |
| | | | | methods | ||||
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 1 | -50/+5 |
| | |||||
* | various changes to make more tests pass on Java9 | Andy Clement | 2017-09-22 | 2 | -45/+100 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 3 | -9/+22 |
|\ | |||||
| * | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 3 | -5/+5 |
| | | |||||
| * | Fix 500796: Allow for kotlin creating 'synthetic' local variable table entries | Andy Clement | 2016-11-07 | 1 | -4/+17 |
| | | |||||
* | | add constants to list | Andy Clement | 2017-09-21 | 1 | -2/+4 |
| | | |||||
* | | Merged post 1.8.5 changes into Java9 branch | Andy Clement | 2017-09-20 | 14 | -29/+46 |
|\| | |||||
| * | Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully read | Andy Clement | 2016-02-18 | 7 | -7/+7 |
| | | |||||
| * | Fix 487694: Race condition in annotation unpacking can surface through ↵ | Andy Clement | 2016-02-11 | 4 | -8/+21 |
| | | | | | | | | Spring AOP | ||||
| * | Fix 485055: declare @field failing for final String fields (see also Bug 327141) | Andy Clement | 2016-01-05 | 2 | -1/+3 |
| | | |||||
| * | Add option not to generate local variable tables in some scenarios | Andy Clement | 2015-08-10 | 3 | -0/+0 |
| | | | | | | | | | | | | | | | | | | New Xset option generateNewLocalVariableTables defaults to true but can be set to false. In some situations incoming bytecode for weaving doesn't want them adding (e.g. android situations where the bytecode is a bit funky). Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470658 | ||||
| * | allow reflection world to resolve generated types (e.g. lambdas) | Andy Clement | 2015-06-08 | 5 | -12/+12 |
| | | | | | | | | | | | | | | 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 | 1 | -0/+1 |
| | | |||||
| * | 464749: Fix, remove Play class | Andy Clement | 2015-04-20 | 1 | -79/+0 |
| | | |||||
* | | Upgrading bcel to latest J9 attributes | Andy Clement | 2017-09-20 | 34 | -102/+924 |
| | | |||||
* | | Upgrading to latest 1.9 compiler | Andy Clement | 2016-06-17 | 4 | -372/+390 |
| | | |||||
* | | [j9] Basic read/write of Module attribute | Andy Clement | 2016-06-06 | 37 | -4/+652 |
| | | |||||
* | | Cope with Java9 b74 changes | Andy Clement | 2015-08-01 | 4 | -309/+497 |
| | | | | | | | | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74). | ||||
* | | very early java9 support - can resolve classes in jimages | Andy Clement | 2015-03-04 | 1 | -5/+10 |
|/ | |||||
* | Use generics | Andy Clement | 2014-10-08 | 2 | -4/+5 |
| | |||||
* | 445395: more support for invokedynamic | Andy Clement | 2014-09-30 | 6 | -4/+58 |
| | |||||
* | Fix 440983: RuntimeInvisTypeAnnotation unpacking | Andy Clement | 2014-08-06 | 3 | -10/+4 |
| | |||||
* | Add toString to BootstrapMethods in BCEL | Andy Clement | 2014-08-05 | 2 | -37/+67 |
| | |||||
* | 436531: fix for weaving when method parameters around | Andy Clement | 2014-06-17 | 1 | -4/+12 |
| | |||||
* | fix for 435446: ensure size of invokedynamic correct | Andy Clement | 2014-05-23 | 1 | -13/+15 |
| | |||||
* | More java8 support files | Andy Clement | 2013-05-24 | 29 | -0/+886 |
| | |||||
* | Java8 support: methodparameters, typeannotations | Andy Clement | 2013-05-24 | 16 | -33/+518 |
| | | | | Can read/write MethodParameters attribute. Can read/write type annotation attributes. | ||||
* | utility class for dumping class files | Andy Clement | 2013-04-25 | 1 | -0/+79 |
| | |||||
* | copyright text | Andy Clement | 2013-04-25 | 1 | -0/+53 |
| | |||||
* | invokedynamic tidyup - handle calling getClassname on itinvokedynamic | Andy Clement | 2012-03-19 | 1 | -3/+1 |
| | |||||
* | call jps and indy | Andy Clement | 2012-03-19 | 2 | -2/+17 |
| | |||||
* | invokedynamic support in bcel | Andy Clement | 2012-03-19 | 15 | -7/+801 |
| | |||||
* | missing impl for annotation value handling, time to fill it in | aclement | 2011-11-17 | 2 | -111/+131 |
| | |||||
* | 327141 | aclement | 2011-10-03 | 1 | -3/+17 |
| | |||||
* | 359159: modified Constants initialization | aclement | 2011-09-28 | 3 | -298/+394 |
| | |||||
* | 356612 | aclement | 2011-09-02 | 1 | -1/+19 |
| | |||||
* | extra diagnostics on bytecode problems | aclement | 2011-05-19 | 1 | -2/+7 |
| | |||||
* | removed com.sun references, even though they were only referenced from Javadoc | aclement | 2011-04-05 | 2 | -12/+6 |
| | |||||
* | 324932 | aclement | 2010-09-15 | 1 | -3/+8 |
| | |||||
* | 323438 | aclement | 2010-08-23 | 1 | -561/+697 |
| | |||||
* | 278496: toString modifications for expected output testing | aclement | 2010-08-03 | 1 | -2/+2 |
| | |||||
* | 278496: toString modifications for expected output testing | aclement | 2010-08-03 | 2 | -14/+83 |
| | |||||
* | slight FieldGen change to allow constant initialization - not great but it works | aclement | 2010-01-29 | 1 | -2/+11 |
| | |||||
* | unnecessary code | aclement | 2009-12-09 | 1 | -25/+1 |
| | |||||
* | tag for possible optimization | aclement | 2009-11-13 | 1 | -1/+2 |
| |