您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Andy Clement aa4e441fca Moved tests around for avoiding weaving switch infrastructure method 4 年前
..
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 Moved tests around for avoiding weaving switch infrastructure method 4 年前
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 - dont't weave synthetic enum helper method for switch 4 年前
AroundAllHelloWorld.txt - dont't weave synthetic enum helper method for switch 4 年前
AroundAllHelloWorldEnumSwitch.txt - dont't weave synthetic enum helper method for switch 4 年前
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 Various changes to get tests passing on 1.8 and 1.9 6 年前
StaticTjpBeforeHelloWorld.9.0.txt Updates to better cope with future JDKs 6 年前
StaticTjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 年前
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.9.0.txt Updates to better cope with future JDKs 6 年前
TjpAround2HelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 年前
TjpAroundHelloWorld.9.0.txt Updates to better cope with future JDKs 6 年前
TjpAroundHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 年前
TjpBeforeHelloWorld.9.0.txt Updates to better cope with future JDKs 6 年前
TjpBeforeHelloWorld.txt Various changes to get tests passing on 1.8 and 1.9 6 年前
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 年前
logging.properties mavenizing weaver - wip 5 年前
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 年前