This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch libjava]: Do some fixes for windows native targets
- From: Tom Tromey <tromey at redhat dot com>
- To: Kai Tietz <ktietz70 at googlemail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 05 Apr 2011 07:25:52 -0600
- Subject: Re: [patch libjava]: Do some fixes for windows native targets
- References: <BANLkTik9K+rwVxDkpX6i9jQPtwnkuhn1Tw@mail.gmail.com>
>>>>> "Kai" == Kai Tietz <ktietz70@googlemail.com> writes:
Kai> this patch fixes some issues in libjava for windows targets. It
Kai> addresses for now only 32-bit target, but for JNICALL definition I
Kai> introduced already logic for 64-bit windows target too as preparation.
Most of this seems ok to me.
Kai> * java/lang/reflect/Field.h (_Jv_JNI_ToReflectedField):
Kai> Likewise.
Kai> * java/lang/reflect/Constructor.h (_Jv_JNI_ToReflectedMethod):
Kai> Likewise.
These headers are generated. You have to edit headers.txt and then
rebuild them.
Tom