On Fri, 8 Sep 2023 10:19:05 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> This PR adds a privileged block surrounding the request to load the fallback > linker library in LibFallback. > The lack of this block is causing test failures when platforms using the > fallback linker are tested using a security manager. This pull request has now been integrated. Changeset: a62c48b8 Author: Maurizio Cimadamore <mcimadam...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a62c48b87e814b5b1f4c8089f9ff354156f92f69 Stats: 13 lines in 1 file changed: 6 ins; 0 del; 7 mod 8315891: java/foreign/TestLinker.java failed with "error occurred while instantiating class TestLinker: null" Reviewed-by: sundar, jvernee, pminborg ------------- PR: https://git.openjdk.org/jdk/pull/15633