4 Commits (master)

Author SHA1 Message Date
  aclement e4ab0ae576 fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 years ago
  acolyer 426cbdccfd 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 years ago
  acolyer 40cf8dff34 changed the serialized form of a WildTypePattern to remember generic info... standby for mass updates of binary comparison tests. 19 years ago
  wisberg d842c4f113 initial version 21 years ago