From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2428 invoked by alias); 29 Jan 2007 20:16:55 -0000 Received: (qmail 2409 invoked by uid 48); 29 Jan 2007 20:16:55 -0000 Date: Mon, 29 Jan 2007 20:16:00 -0000 Message-ID: <20070129201655.2408.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/30632] libgcj failed to build for Linux/ia64 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00221.txt.bz2 ------- Comment #2 from tromey at gcc dot gnu dot org 2007-01-29 20:16 ------- This is very weird. I don't see how it can happen... The definition is: static jvmtiError JNICALL _Jv_JVMTI_SuspendThread (MAYBE_UNUSED jvmtiEnv *env, jthread thread) and afaics jthread is defined in include/jvmti_md.h: typedef java::lang::Thread *jthread; Hmm... perhaps this compilation is picking up some *other* jvmti.h? One that defines jthread as 'jobject'? Perhaps -E or the .d file would help here. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30632