Looks fine to me. Just want to make sure, no exception should be thrown if libName is null, right?
92 if (libName == NULL) {
93 return;
94 }
Xuelei
On 2/14/2014 7:29 AM, Valerie (Yu-Ching) Peng wrote:
>
> Can someone please review the fixes which checks for pending exceptions
> in native code "pcsc_md.c"?
> The fix is trivial scope-wise.
>
> Webrev: http://cr.openjdk.java.net/~valeriep/8033571/webrev.00/
>
> Thanks,
> Valerie
