As part of an experiment we'd like some Java code, say method Foo() to get redirected to some native code when either 1. the caller of Foo() gets compiled by C2 2. or Foo() itself gets compiled by C2. I know how to do Bullet 1 above by defining Foo as an intrinsic but what is the best way to do #2? -- Tom