aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/util
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing bcel-builder - completeAndy Clement2019-01-248-1763/+0
|
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-291-1/+1
|
* Support Java10Andy Clement2018-04-181-9/+42
|
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-281-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.
* 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-211-3/+3
|\
| * Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-181-3/+3
| |
* | Cope with Java9 b74 changesAndy Clement2015-08-011-298/+461
|/ | | | | | The jimage file format changed slightly, introducing an extra level of nesting. These changes support that new structure (b74).
* refactoringaclement2009-09-092-160/+0
|
* Java5 upgradesaclement2009-09-097-475/+489
|
* 281654: concurrency problemaclement2009-09-041-142/+158
|
* no longer Serializableaclement2008-08-281-2/+2
|
* remove unnecessary castaclement2008-08-261-2/+2
|
* remove unnecessaryaclement2008-08-261-2/+2
|
* 231396: Comment #4: Big Refactoringaclement2008-05-2821-3351/+86
|
* 210470: preventing weaver leaks: get control of the classloader references ↵aclement2008-05-274-16/+165
| | | | in Bcel
* repair the stupid damageaclement2008-04-2510-0/+2229
|
* up to date with 1.6.0aclement2008-04-2510-2229/+0
|
* repairing HEADREFACTORING_BRANCH_TAGaclement2007-02-1510-0/+2229
|
* major refactoring - writeup to follow...aclement2007-02-1210-2229/+0
|
* test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532aclement2006-10-122-3/+170
|
* some updates to ClassLoaderRepository - tested by RontimeWeavingaclement2006-08-211-84/+174
|
* fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572acolyer2006-08-181-2/+11
|
* 152979: shared cache in the repositorypre_pr_153572aclement2006-08-081-32/+146
|
* PipeliningFeature146781:Some AjBcel changes to reduce amount of garbage ↵aclement2006-07-191-2/+3
| | | | created during weaving.
* moved to be a WeakHashMapaclement2006-03-101-4/+4
|
* Fix some stuff that Wes pointed out: addEmptyConstructor() in ClassGen has ↵aclement2004-11-229-42/+47
| | | | always been broken and the src.zip for BCEL that was generated included test imports.
* BCEL Java5 Supportaclement2004-11-1920-42/+103
|
* Some enhancements discovered whilst working on bugzilla bug 78954: Compiler ↵aclement2004-11-182-4/+12
| | | | cannot cope with 4000 jars on the classpath. These enhancements cause things to be done 'lazily' in BCEL.
* Imports organized.aclement2004-11-183-14/+22
|
* Adding BCEL src to bcel-builder project. We change/patch BCEL more ↵aclement2004-11-1820-0/+4342
frequently than we import new versions of BCEL into AspectJ - so it makes sense to make that patching process easier than the importing process. Also the Java5 support would result in an unwieldy patch.txt file. The ANT targets in build.xml will still enable transformation of the packaging from org.aspectj.apache to org.apache for diffing with a new BCEL version, should one ever appear.