Re: Must call RegisterNatives after getMethodID, else get UnsatisfiedLinkError

2010-06-09 Thread Kelly O'Hair
It's been a while since I worked with this stuff, but I would have done a: jclass cls = env->FindClass("Test"); Which, if I recall, FindClass actually initializes the class. Just a stab in the dark. -kto On Jun 9, 2010, at 12:39 PM, Martin Buchholz wrote: David, Thanks for the bug arc

Re: Must call RegisterNatives after getMethodID, else get UnsatisfiedLinkError

2010-06-09 Thread Martin Buchholz
David, Thanks for the bug archaeology. Judging by the other commenters, this bug is a regression from jdk5, and has cost many other users hours of frustrating debugging time, so I think an increase to P2 is in order. Since it used to work, it shouldn't be too hard to fix - all you need to do is t

hg: jdk7/tl/jdk: 6935563: (dc) Improve connection reset/port unreachable handling [win]

2010-06-09 Thread alan . bateman
Changeset: af68ad345389 Author:alanb Date: 2010-06-09 18:51 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/af68ad345389 6935563: (dc) Improve connection reset/port unreachable handling [win] Reviewed-by: chegar ! src/windows/native/sun/nio/ch/DatagramChannelImpl.c ! src/wind