This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Alignment of stack traces




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]