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