aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/TraceJarHello.txt
Commit message (Collapse)AuthorAgeFilesLines
* 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to ↵aclement2008-06-041-14/+14
| | | | change expected code
* fixes for 145442: better line numbers for woven codeaclement2006-10-031-1/+1
|
* test and fixes for 145442 - line number info for stack traces.aclement2006-09-281-1/+1
|
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-221-8/+10
| | | | 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.
* tests and fixes for 119657. from matthew.aclement2005-12-121-68/+91
|
* refreshed versions of .txt files for comparisonacolyer2005-09-301-3/+3
|
* Fix for Bugzilla Bug 41181 aclement2004-03-161-10/+10
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* Picked lowest hanging weave-time performance optimization fruit.jhugunin2004-01-271-51/+27
|
* fix for jhugunin2003-05-021-54/+61
| | | | | | | Bugzilla Bug 37152 java.lang.VerifyError: This fix needs a little clean-up and testing before closing out
* finished implementation of around inliningjhugunin2003-01-011-95/+65
|
* fixed to use A.aspectOf() instead of A.ajc$perSingletonField for getting jhugunin2002-12-231-4/+4
| | | | | singleton aspects this lets us produce much better errors when the field is null
* initial versionwisberg2002-12-161-0/+199