Joel Dice 59183c7821 fix subroutine stack mapping bug leading to crashes during GC
The stack mapping code was broken for cases of stack slots being
reused to hold primitives or addresses within subroutines after
previously being used to hold object references.  We now bitwise "and"
the stack map upon return from the subroutine with the map as it
existed prior to calling the subroutine, which has the effect of
clearing map locations previously marked as GC roots where
appropriate.
2011-02-16 14:29:57 -07:00
..
2007-07-24 18:34:45 -06:00
2008-11-02 15:25:51 -07:00
2011-01-20 09:33:50 -07:00
2011-01-27 21:06:01 -07:00
2011-01-20 09:39:16 -07:00