how do I stop gcjh from generating function bodies?

Jeff Sturm jsturm@one-point.com
Mon Nov 12 06:35:00 GMT 2001


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



More information about the Java mailing list