This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-compiled jigsaw is running
- To: Cedric Berger <cedric at wireless-networks dot com>
- Subject: Re: gcj-compiled jigsaw is running
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 3 May 2001 00:47:06 -0700 (PDT)
- cc: java at gcc dot gnu dot org
On Wed, 2 May 2001, Cedric Berger wrote:
> This can be worked around by allocating a small heap objects for each
> class that points back to the static contents, right?
hmm... in that case how do you define the `class$' pseudo-member? Does
it point to the heap object? That would imply modifying class$ which
could probably only be done safely at class registration.
Jeff