On Thu, 29 Oct 2020 03:18:33 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Changes look good. Only minor comments. > > Just curious, can the Java files be generated during the build process? The constants in PKCS11Exception are duplicated in PKCS11Constants. 0x00000000, vs public static final long CKR_OK = 0x00000000L; Is there any way to simplify it? ------------- PR: https://git.openjdk.java.net/jdk/pull/917