I modified a class inside the jdk.crypto.cryptoki module, compiled it with
"javac -d /tmp", and then ran a small program with
java --patch-module jdk.crypto.cryptoki=/tmp -Djava.security.manager MyProg
and it fails with
TEST RESULT: Failed. Execution failed: `main' threw exception:
java.secu
> On Dec 8, 2017, at 4:55 PM, Weijun Wang wrote:
>
> Hi Martin
>
> I've made some change and post a new webrev at
>
> http://cr.openjdk.java.net/~weijun/8165996/webrev.00/
More change in the same URL.
- key4.db and cert9.db are saved in Secmod.
- I modified the existing PKCS11Test/SecmodT
On 11/12/2017 01:12, Weijun Wang wrote:
I modified a class inside the jdk.crypto.cryptoki module, compiled it with "javac -d
/tmp", and then ran a small program with
java --patch-module jdk.crypto.cryptoki=/tmp -Djava.security.manager MyProg
and it fails with
TEST RESULT: Failed. Execution