[patch] jvmti test, compatibility fixes.

Andreas Tobler toa@pop.agri.ch
Sat Oct 21 17:30:00 GMT 2006


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 ?

Thank you for the review.

Andreas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: natevents3.diff
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20061021/a415465b/attachment.ksh>


More information about the Java-patches mailing list