summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Collapse)AuthorAgeFilesLines
* test and fix for Bug 150671: declare error on set of volatile field does not ↵aclement2006-07-251-1/+1
| | | | work
* First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory)mwebster2006-07-1413-3/+471
|
* Fix for Bug 150254 "Provide context for LTW verbose messages" ↵mwebster2006-07-121-2/+9
| | | | (WeavingAdaptorMessageHandler.render())
* fix for 150095: generics binary decpaclement2006-07-101-1/+9
|
* test and fix for 148409aclement2006-07-061-2/+11
|
* last patches for 141730aclement2006-07-065-10/+13
|
* pr145693 - fix for part 1aclement2006-07-051-0/+21
|
* new weaver message - pr145693aclement2006-07-052-0/+2
|
* testcode for 149305, 149096, 149305: fix for 149305aclement2006-07-041-2/+5
|
* bit of reordering to Ajc152Tests - and fixed 148972V1_5_2_finalaclement2006-06-281-1/+8
|
* test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵aclement2006-06-281-5/+6
| | | | hasAspect()
* Fix for Bug 148388 "LTW weaver produces a debug message at the begining"mwebster2006-06-271-1/+0
|
* test/fix for 148786: new array joinpoint problem. tiny one line change, ↵aclement2006-06-271-2/+1
| | | | safe for committing post RC.
* tests and implementation for enh 147711 (use true synthetic attribute/flag ↵acolyer2006-06-248-27/+111
| | | | for aj synthetic members).
* 126167: Fix for @Around problems...aclement2006-06-231-37/+152
|
* refactored implementation of weaveAfterReturning - this is now much clearer ↵acolyer2006-06-221-86/+156
| | | | and easier to follow.
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-2224-121/+177
| | | | code closer to that produced by javac when weaving after and after returning. In particular: avoid adding a goto that branches to the next instruction (now replaces that return opcode with a nop instead), and store the return value on the top of the stack in a temp before branching to the after advice dispatch and restore it afterwards.
* Fix for Bug 140695 "Use LTWWorld not BcelWorld for load-time weaving" (use ↵mwebster2006-06-211-1/+1
| | | | bootstrap loader)
* test and fix for 147801: rogue bridge methods in a funky configuration.aclement2006-06-212-23/+30
|
* tests and fix for pr147845, generic abstract aspect 3+ deep hierarchiesacolyer2006-06-201-6/+7
|
* public accessibility..aclement2006-06-201-1/+1
|
* 145963: patches from comment #3aclement2006-06-201-5/+5
|
* test and fix for 147701: @DeclareParents: was failing to include package ↵aclement2006-06-203-2/+4
| | | | name for checked exceptions, failing to report when impl class didnt implement interface
* make the default warning level for my beautiful "warnOnSwallowedExceptions" ↵acolyer2006-06-191-1/+1
| | | | be "ignore"
* fixed decp bug and problem with 1.5 IBM VMaclement2006-06-191-1/+3
|
* testcode and patches for pr141730 comments #13,14: "new handleprovider"aclement2006-06-191-86/+81
|
* Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵mwebster2006-06-151-2/+9
| | | | with additional class weaving"
* Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (wrong ↵mwebster2006-06-131-1/+1
| | | | class loader)
* 141730: underpinning changes for new handles support. No longer 'leak' ↵aclement2006-06-132-62/+47
| | | | implementation details of the handles out into the rest of the code.
* test and fix for 145963: faulting in aspects coming in as binary inputsaclement2006-06-125-6/+153
|
* synchronization joinpoints: code dump...aclement2006-06-081-1/+588
|
* synchronization joinpoints: code dump...aclement2006-06-081-1/+39
|
* synchronization joinpoints: code dump...aclement2006-06-082-3/+47
|
* synchronization joinpoints: code dump...aclement2006-06-082-1/+36
|
* synchronization joinpoints: code dump...aclement2006-06-084-10/+20
|
* synchronization joinpoints: code dump...aclement2006-06-086-8/+23
|
* synchronization joinpoints: code dump... uses world rather than messagehandleraclement2006-06-081-7/+9
|
* synchronization joinpoints: code dump...aclement2006-06-081-1/+25
|
* oops! remove that bit.aclement2006-06-081-8/+0
|
* synchronization joinpoints: code dump...aclement2006-06-087-12/+206
|
* fix for 145950aclement2006-06-081-9/+4
|
* fix for 145322aclement2006-06-061-0/+10
|
* use a loader that can find the reflection delegate.aclement2006-06-052-4/+3
|
* fall back logic when on 1.5 vm but necessary classes cant be found (test ↵aclement2006-06-021-4/+6
| | | | machine happy?)
* update license to EPLacolyer2006-06-012-4/+4
|
* update license to EPLacolyer2006-06-01244-488/+488
|
* test and fix for pr144717 - array type as pointcut parameter in reflective worldacolyer2006-05-311-1/+9
|
* test and fix for 129282aclement2006-05-313-0/+83
|
* fix for 144602aclement2006-05-311-8/+13
|
* fix for 83052aclement2006-05-303-2/+5
|