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: how do I stop gcjh from generating function bodies?




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


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