Can someone help review this java workaround for Solaris memory leak bug in Ucrypto library? Essentially, the memory leak occurs when a null output buffer is specified when doing encryption/decryption. So, the workaround in OracleUcrypto provider is to use non-null output buffers.
Webrev: http://cr.openjdk.java.net/~valeriep/8130875/webrev.00/The fix is verified by running a program for a while and observe the memory usage.
Valerie