This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-07: boehm.cc patch to ensure that GC_allocate_ml gets initialized even if libgcjgc is not a DLL
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 31 Jan 2002 18:55:46 -0800
- Subject: Re: WIN-07: boehm.cc patch to ensure that GC_allocate_ml gets initialized even if libgcjgc is not a DLL
- Organization: Myself
- References: <868zaeudw3.fsf@megacz.com> <3C5A0243.8040108@waitaki.otago.ac.nz>
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> Adam Megacz wrote:
> >2002-01-31 Adam Megacz <adam@xwt.org>
> > * boehm.cc (_Jv_InitGC): Initialize GC_allocate_ml in case
> > libgcjgc was not built as a DLL.
> Hmm. Shouldn't this go in the boehm-gc itself somewhere? GC_init() perhaps?
Putting it in GC_init() sounds good to me. Hans?
- a