diff options
author | jhugunin <jhugunin> | 2003-05-01 18:11:27 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-05-01 18:11:27 +0000 |
commit | aaca8abb5e65355985f4cbef492d7e5e8272a1c7 (patch) | |
tree | b3535831806b249dd234fbb91cb0f9b067ec393a /weaver/testdata/TjpAroundHelloWorld.txt | |
parent | 85fd1bf2b7858c46ce39ad2c08fbcf2e7cb81212 (diff) | |
download | aspectj-aaca8abb5e65355985f4cbef492d7e5e8272a1c7.tar.gz aspectj-aaca8abb5e65355985f4cbef492d7e5e8272a1c7.zip |
Updated expected bytecode to match change for fix for issue of
Class.forName differences between IBM and SUN's JDKs
Diffstat (limited to 'weaver/testdata/TjpAroundHelloWorld.txt')
-rw-r--r-- | weaver/testdata/TjpAroundHelloWorld.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testdata/TjpAroundHelloWorld.txt b/weaver/testdata/TjpAroundHelloWorld.txt index d1424058e..90581cd64 100644 --- a/weaver/testdata/TjpAroundHelloWorld.txt +++ b/weaver/testdata/TjpAroundHelloWorld.txt @@ -112,7 +112,7 @@ public class HelloWorld extends java.lang.Object: ALOAD_0 LDC "method-execution" ALOAD_0 - LDC "9-main-HelloWorld-[Ljava/lang/String;:-args:--void-" + LDC "9-main-HelloWorld-[Ljava.lang.String;:-args:--void-" INVOKEVIRTUAL org.aspectj.runtime.reflect.Factory.makeMethodSig (Ljava/lang/String;)Lorg/aspectj/lang/reflect/MethodSignature; BIPUSH 8 INVOKEVIRTUAL org.aspectj.runtime.reflect.Factory.makeSJP (Ljava/lang/String;Lorg/aspectj/lang/Signature;I)Lorg/aspectj/lang/JoinPoint$StaticPart; |