summaryrefslogtreecommitdiffstats
path: root/loadtime
Commit message (Collapse)AuthorAgeFilesLines
* fix for 120739mwebster2006-06-011-4/+16
|
* update license to EPLacolyer2006-06-012-4/+4
|
* fix for 144465aclement2006-05-302-0/+5
|
* fix for 142466aclement2006-05-231-21/+63
|
* testcode for 129408 - dont print out AbortException stack traces!!aclement2006-05-181-1/+2
|
* fix for 125480aclement2006-05-181-1/+14
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-041-2/+29
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* fix for 139936mwebster2006-05-031-1/+1
|
* did that LTWWorld change break the build?aclement2006-03-301-2/+1
|
* for Mr Baclement2006-03-291-1/+2
|
* test and fix for 128744 (or at least the LTW problem Sian hit whilst ↵aclement2006-02-211-1/+8
| | | | debugging it...)
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-202-0/+6
|
* matthews message accumulation changes for ltwaclement2005-12-191-4/+3
|
* fixes for 120909 (ibmvm failures)Root_RB_V1_5_0aclement2005-12-151-4/+0
|
* fix for enh 120743acolyer2005-12-131-5/+14
|
* fixes for 120363 : from matthew (include/exclude problems for LTW)aclement2005-12-121-8/+13
|
* tests and fixes for 119657. from matthew.aclement2005-12-122-31/+27
|
* Some updates for 118754. The various places that were checking for ↵aclement2005-12-091-2/+2
| | | | 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this.
* fixes for 118715 from Matthew.aclement2005-12-061-13/+18
|
* Matthews changes - enabling us to see bytecode before and after LTW (bug 117854)aclement2005-11-266-37/+35
|
* eliminating compilation warnings from loadtime moduleacolyer2005-11-252-3/+3
|
* matthews patches from 116899aclement2005-11-241-1/+1
|
* 117189: patch from Ron, tidied up by Matthew: reduce overhead when no ↵aclement2005-11-231-43/+47
| | | | aspects defined
* Replacing bcel-builder with bcel. Should just export from weaver.wisberg2005-11-181-1/+1
|
* fix for pr116255aclement2005-11-151-2/+19
|
* Matthews patches for 115275aclement2005-11-151-3/+14
|
* Removing 1.5 API String.contains(..)wisberg2005-11-141-1/+4
|
* Matthews patches from 95529aclement2005-11-116-29/+70
|
* Switch to using a parser that should be around on 1.4.aclement2005-11-071-6/+7
|
* #114897 notreweavable is default on LTW - by Matthew Webster.avasseur2005-11-071-4/+4
|
* aspects/include handling and doc update as per #115275avasseur2005-11-076-14/+62
|
* relegate adviceDidNotMatch to info for LTW unless explicitly set as an ↵acolyer2005-11-041-1/+2
| | | | option - don't want this warning coming out by default??
* autodetect java version and configure world accordingly (now that aj is ↵acolyer2005-11-041-1/+4
| | | | stricter about not allowing java 5 features at < 1.5 level, this was needed for some LTW tests to pass too)
* Matthews patch for 113510aclement2005-11-021-40/+5
|
* wasnt setting the defaults if nothing supplied.aclement2005-11-011-1/+3
|
* impl and test for dec precedence in aop.xml without extendsavasseur2005-10-273-17/+40
|
* detects starttWith pattern in aop.xml include/exclude and do fast matchavasseur2005-10-261-5/+92
| | | | avoid type resolve to do aop.xml include/exclude regular match but use the passed in bytecode (else issue with Stubs not on disk as f.e. in WLS)
* fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ↵avasseur2005-10-251-1/+1
| | | | passed thru the aspectof munger. Added custom logic for that
* ajdtcore for abstract @Pointcutavasseur2005-10-252-19/+1
|
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-257-16/+398
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* perf improvements from Matthew and Ron #113511avasseur2005-10-242-12/+21
|
* changed the fix - it didnt even compile on my machine without this change...aclement2005-10-191-1/+1
|
* fix for odd NPE - don't know what this readAspect goal is (javadoc welcome) ↵avasseur2005-10-191-4/+11
| | | | and thus if my fix is ok
* Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to ↵aclement2005-10-144-45/+680
| | | | Matthew Webster for the patch)
* update for temp fix 99861 for Ronavasseur2005-10-112-10/+52
|
* Let the bug floodgates open, reweavable is now default (pr91417)aclement2005-10-052-5/+5
|
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus ↵acolyer2005-09-262-1/+6
| | | | support for -Xdev:Pinpoint
* David Knibb's patch for enh 109173 :- Weaving Adaptor enhancementsacolyer2005-09-234-10/+233
|
* support for -XhasMemberacolyer2005-08-232-0/+5
|
* -Xlint:xxx and -Xlintfile:xxx in aop.xmlavasseur2005-08-122-1/+50
|