Re: [PATCH 1/2] jit: fix basic block splitting

2009-07-29 Thread Pekka Enberg
On Wed, 2009-07-29 at 12:15 +0200, Vegard Nossum wrote: > On splitting a bb, the successors of the new bb were still pointing at > the original bb. This caused the CFG to be inconsistent and subsequently > also mimic stack spill/restore to do the wrong thing. > > This fixes the java.security.Prote

[PATCH 1/2] jit: fix basic block splitting

2009-07-29 Thread Vegard Nossum
On splitting a bb, the successors of the new bb were still pointing at the original bb. This caused the CFG to be inconsistent and subsequently also mimic stack spill/restore to do the wrong thing. This fixes the java.security.ProtectionDomain crash. Codebugged-by: Arthur Huillet Signed-off-by: