review (S) for 6968348: Byteswapped memory access can point to wrong location after JIT

Clemens Eisserer linuxhippy at gmail.com
Tue Oct 12 15:19:58 PDT 2010


> Hm, but you are storing in a long[], not a byte[], or do I miss something?
> Will have an additional look at it tomorrow.

No, he stores to an Unsafe which is always adressed in bytes - the
type which backs the Unsafe is irrelevant.

- Clemens


More information about the hotspot-compiler-dev mailing list