In a commit about a month ago[1], Ivan Gerasimov fixed a long-standing
bug in using javax.smartcardio on OS X that I previously mentioned[2].
I am uncomfortable with this fix, because to determine whether it was
successful requires study of x86_64 calling conventions.
Recall that the bug was that
Looks ok to me. Bug needs a noreg label.
--Sean
On 06/10/2014 11:02 AM, Vincent Ryan wrote:
Please review this fix to check for a memory allocation failure and clean-up:
Bug: https://bugs.openjdk.java.net/browse/JDK-8036613
Webrev: http://cr.openjdk.java.net/~vinnie/8036613/webrev.00/
Thanks.