------- 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