Generate_arraycopy() does not check the size of allocated array. Reviewed-by: jrose, never
T_ADDRESS size is defined as 'int' size (4 bytes) but C2 use it for raw pointers and as memory type for StoreP and LoadP nodes. Reviewed-by: jrose