On Thu, 1 Mar 2001, Bryce McKinlay wrote: > Maybe we need a new type that is like RawData except it > is marked by GC, but isn't expected to have the usual java object header. For things created with _Jv_AllocBytes, you mean? That'd be a nice way to avoid the finalizer that often goes with RawData. Jeff