On Tue, 27 Oct 2020 14:24:26 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> To access the internal security APIs to lookup known OIDs the test needs to >> open java.base/sun.security.util. > > Marked as reviewed by alanb (Reviewer). The `findMatch` method is public, maybe you can remove the `setAccessible` call so there is no need for `open`? ------------- PR: https://git.openjdk.java.net/jdk/pull/881