aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org
Commit message (Expand)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-24136-28559/+0
* Change the mehtod name "containsField" to "findsField".Kui Liu2018-10-111-1/+1
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-015-3/+265
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-295-4/+128
* Support Java10Andy Clement2018-04-182-9/+44
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-092-3/+5
* Fix for Bug 531819 - Negative parameter annotation matching not behavingAndy Clement2018-02-281-0/+1
* Add missing cases to bcel constantToStringAndy Clement2018-02-071-0/+21
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-281-5/+3
* Ensure interfacemethodref can be built for invokestatic calls on interface me...Andy Clement2017-09-261-2/+7
* Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-241-50/+5
* various changes to make more tests pass on Java9Andy Clement2017-09-221-45/+100
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-212-8/+21
|\
| * Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-182-4/+4
| * Fix 500796: Allow for kotlin creating 'synthetic' local variable table entriesAndy Clement2016-11-071-4/+17
* | add constants to listAndy Clement2017-09-211-2/+4
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-2014-29/+46
|\|
| * Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully readAndy Clement2016-02-187-7/+7
| * Fix 487694: Race condition in annotation unpacking can surface through Spring...Andy Clement2016-02-112-8/+21
| * Fix 485055: declare @field failing for final String fields (see also Bug 327141)Andy Clement2016-01-051-1/+3
| * allow reflection world to resolve generated types (e.g. lambdas)Andy Clement2015-06-085-12/+12
| * Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETICAndy Clement2015-05-151-0/+1
* | Upgrading bcel to latest J9 attributesAndy Clement2017-09-2011-72/+812
* | Upgrading to latest 1.9 compilerAndy Clement2016-06-172-5/+8
* | [j9] Basic read/write of Module attributeAndy Clement2016-06-062-1/+441
* | Cope with Java9 b74 changesAndy Clement2015-08-011-298/+461
|/
* Use genericsAndy Clement2014-10-082-4/+5
* 445395: more support for invokedynamicAndy Clement2014-09-306-4/+58
* Fix 440983: RuntimeInvisTypeAnnotation unpackingAndy Clement2014-08-063-10/+4
* Add toString to BootstrapMethods in BCELAndy Clement2014-08-052-37/+67
* 436531: fix for weaving when method parameters aroundAndy Clement2014-06-171-4/+12
* fix for 435446: ensure size of invokedynamic correctAndy Clement2014-05-231-13/+15
* More java8 support filesAndy Clement2013-05-245-0/+695
* Java8 support: methodparameters, typeannotationsAndy Clement2013-05-2412-19/+112
* copyright textAndy Clement2013-04-251-0/+53
* invokedynamic tidyup - handle calling getClassname on itinvokedynamicAndy Clement2012-03-191-3/+1
* call jps and indyAndy Clement2012-03-192-2/+17
* invokedynamic support in bcelAndy Clement2012-03-1913-7/+773
* missing impl for annotation value handling, time to fill it inaclement2011-11-171-1/+19
* 327141aclement2011-10-031-3/+17
* 359159: modified Constants initializationaclement2011-09-283-298/+394
* 356612aclement2011-09-021-1/+19
* extra diagnostics on bytecode problemsaclement2011-05-191-2/+7
* removed com.sun references, even though they were only referenced from Javadocaclement2011-04-052-12/+6
* 324932aclement2010-09-151-3/+8
* 323438aclement2010-08-231-561/+697
* 278496: toString modifications for expected output testingaclement2010-08-031-2/+2
* 278496: toString modifications for expected output testingaclement2010-08-032-14/+83
* slight FieldGen change to allow constant initialization - not great but it worksaclement2010-01-291-2/+11
* unnecessary codeaclement2009-12-091-25/+1