You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aclement 55cd615ec9 optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 년 전
..
WeavingURLClassLoaderTest fixes for 137235 (contributed by Ron): more intelligent logic for determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...) 18 년 전
bin These class files are *input* to the weaver test cases. 20 년 전
forAsmDelegateTesting feature: Use ASM for non-woven types: testcode 18 년 전
AddNotResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AddResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AddStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AfterFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
AfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
AfterReturningCheckcastParamFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
AfterReturningCheckcastParamHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
AfterReturningConversionParam.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
AfterReturningConversionParamFancyHelloWorld.txt initial version 21 년 전
AfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
AfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
AfterReturningParamFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
AfterReturningParamHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
AfterThrowingFancyHelloWorld.txt Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved. 19 년 전
AfterThrowingHelloWorld.txt Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved. 19 년 전
AfterThrowingParamFancyHelloWorld.txt Fixes for 78021, 79554 - both to do with us breaking the exception table for a method on weaving *if* finally blocks are involved. 19 년 전
AfterThrowingParamHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 년 전
AnnotatedClass.java Annotation matching. 19 년 전
ArgsAfterReturningFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
ArgsAfterReturningHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
ArgsAfterThrowingHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
ArgsBeforeAfterHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
AroundAllAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundAllAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundAllFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundAllHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundAndOthersFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundAndOthersHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundArgsDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundFancyHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
AroundHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
BeforeFancyHelloWorld.txt test and fixes for 145442 - line number info for stack traces. 17 년 전
BeforeHelloWorld.txt test and fixes for 145442 - line number info for stack traces. 17 년 전
Boo.java Annotation matching. 19 년 전
CflowNonStaticBeforeFancyHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
CflowNonStaticBeforeHelloWorld.txt fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 년 전
CflowStateResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
ExtractedFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
ExtractedHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
FieldSet.txt test and fixes for 145442 - line number info for stack traces. 17 년 전
Foo.java Annotation matching. 19 년 전
Goo.java Annotation matching. 19 년 전
Id2FancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 년 전
Id2HelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 년 전
IdDummyAspect.txt initial version 21 년 전
IdFancyHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 년 전
IdHelloWorld.txt payback time for all the "kinding" work - only ever generate and match 19 년 전
NoResidueDynamicHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
NonStaticBeforeFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
NonStaticBeforeHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
PatternWeaveFancyHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. 20 년 전
PatternWeaveHelloWorld.txt Picked lowest hanging weave-time performance optimization fruit. 20 년 전
PerSingletonField.txt initial version 21 년 전
PerThisNonStaticBeforeFancyHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
PerThisNonStaticBeforeHelloWorld.txt tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 년 전
Regex.jar initial version 21 년 전
SimpleAnnotation.java Annotation matching. 19 년 전
StateResidueMultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
StaticEnclosingTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 년 전
StaticTjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 년 전
StringResidue1MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
StringResidue2MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
StringResidue3MultiArgHelloWorld.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
TjpAround2HelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 년 전
TjpAroundHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 년 전
TjpBeforeHelloWorld.txt optimizations: working with Abraham on these: this one avoids trailing ':' which will create a CP hit more frequently. 13 년 전
TraceJarHello.txt 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to change expected code 16 년 전
build-15.xml Annotation Matching - test code 19 년 전
dummyAspect.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-acaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-aspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-classes.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-deaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-dwaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-itdaspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-peraspects.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
ltw-woven.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
megatrace.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
megatrace0easy.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
megatrace0hard.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
megatraceNoweave.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
testcode.jar Annotation matching. 19 년 전
tracing.jar serialized form of ITD field mungers changed (includes aliases) - jars rebuilt 18 년 전
visitor.pointcuts.txt @style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" ) 19 년 전
visitor.typepatterns.txt test case for pattern visitor, issue with varargs so test case for Adrian to fix it 19 년 전