1
0
espelhamento de https://github.com/eclipse-aspectj/aspectj.git sincronizado 2024-09-03 05:54:57 +02:00
org.aspectj/tests/bugs152/pr148007
2006-06-22 04:49:26 +00:00
..
purejava/test 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. 2006-06-22 04:49:26 +00:00
test 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. 2006-06-22 04:49:26 +00:00