aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/PerThisNonStaticBeforeFancyHelloWorld.txt
Commit message (Collapse)AuthorAgeFilesLines
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-221-8/+8
| | | | 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.
* payback time for all the "kinding" work - only ever generate and matchacolyer2004-12-161-6/+2
| | | | against shadows that we know might be matched.
* local variable information is different than before (not better or worse, ↵jhugunin2002-12-301-0/+1
| | | | just different...)
* initial versionwisberg2002-12-161-0/+113