[patch] jvmti test, compatibility fixes.

Andreas Tobler toa@pop.agri.ch
Sun Oct 22 21:25:00 GMT 2006


Andreas Tobler wrote:
> Hi Tom,
> 
> Tom Tromey wrote:
>>>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
>>
>> Andreas> this one makes HPPA-HPUX happy again with jvmti tests.
>>
>> FWIW I think this may be PR 29424.
> 
> You fixed this with the jvalue fix from yesterday ;)
> 
>> Andreas> -  printf ("VMInitCB jni_env=%p thread=%p\n", jni_env, thread);
>> Andreas> +  printf ("VMInitCB jni_env=%#x thread=%#x\n", jni_env, 
>> thread);
>>
>> I think we need this instead:
>>  
>>   printf ("VMInitCB jni_env=%#llx thread=%#llx\n",
>>           (unsigned long long) jni_env, (unsigned long long) thread);
>>
>> ... or whatever it is Geoff used elsewhere.
> 
> Ok, right. Tested this on darwin, linux-ppc and HPPA-HPUX.
> 
> Is this ok? Where can I apply ? 4.2 and main ?

Withdrawn.

Someone else can fix this.

Andreas



More information about the Java-patches mailing list