On Wed, 5 May 2021 10:00:22 GMT, Sibabrata Sahoo <ssa...@openjdk.org> wrote:
> This change is to remove the shell Test and convert to it's java equivalent. > That is the reason the shell Tests are deleted and the equivalent Java > implementation provided. > The purpose of the Test TestExemption.java is with limited crypto policy a > JCE provider can supplemented additional crypto permissions through > "cryptoPerms" file bundled inside the JCE signed jar. > It also need to be noticed that TestExemption.java has '@requires > java.runtime.name ~= "OpenJDK.*"'. It looks the intension of this Test > availability in open GIT is to run by any other JDK providers. Looks good to me. ------------- Marked as reviewed by wetmore (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/3876