This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: how do I stop gcjh from generating function bodies?
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Subject: Re: how do I stop gcjh from generating function bodies?
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 12 Nov 2001 09:45:01 -0500 (EST)
- Cc: java at gcc dot gnu dot org
On 12 Nov 2001, Adam Megacz wrote:
> How can I inhibit this behavior? I have a mass gcjh invocation as part
> of my build process, so hand-editing the .h isn't a wise idea.
Look for decompile_method in gjavah.c. You can stub out this entire
method with a single "return;" or just the pieces you don't want.
Also, could you file a PR for this bug in GNATS?
Jeff