This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure caused by jvmti additions
- From: Tom Tromey <tromey at redhat dot com>
- To: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- Cc: java-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: 04 Aug 2006 21:12:16 -0600
- Subject: Re: Bootstrap failure caused by jvmti additions
- References: <tkrat.548ac82b445a3919@igpm.rwth-aachen.de>
- Reply-to: tromey at redhat dot com
>>>>> "Volker" == Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:
Volker> your patch http://gcc.gnu.org/ml/java-patches/2006-q3/msg00264.html
Volker> broke bootstrap (at least on x86_64-unknown-linux-gnu):
I'm very sorry about this. I know it must not seem like it, but I
really did build with this patch. I don't know what went wrong, but I
assume it is some mistake of mine.
I'm checking the appended subset of Mark's patch.
The other part, I believe, I have already taken care of.
Tom
Index: ChangeLog
from Mark Wielaard <mark@klomp.org>
* jvmti.cc: Include gcj/method.h.
Index: jvmti.cc
===================================================================
--- jvmti.cc (revision 115942)
+++ jvmti.cc (working copy)
@@ -16,6 +16,8 @@
#include <java-gc.h>
#include <jvmti.h>
+#include <gcj/method.h>
+
#include <gnu/classpath/SystemProperties.h>
#include <gnu/gcj/runtime/BootClassLoader.h>
#include <java/lang/Class.h>