Libjava failures status
Richard Henderson
rth@redhat.com
Tue Mar 12 15:03:00 GMT 2002
On Tue, Mar 12, 2002 at 11:25:16AM +0000, Andrew Haley wrote:
> > > a = foo.a;
> > > b = foo.b;
> > >
> > > Then obviously the second load from foo can not trap.
>> Um, how do you know what order the memory accesses happen in? There's
> nothing to stop sched from moving them around.
Yes there is -- the EH edge from foo.a to the handler. If there
is no handler in the current function, then we don't have any
edges and we don't care what order.
r~
More information about the Java
mailing list