ibmruntimes / openj9-openjdk-jdk

Extensions for OpenJDK for Eclipse OpenJ9
GNU General Public License v2.0
17 stars 75 forks source link

[FFI/Jtreg_JDK22] Add permission for os.arch in the security policy #698

Closed ChengJin01 closed 11 months ago

ChengJin01 commented 11 months ago

The change ensure the system property required in OpenJ9 is permitted during the class initialization when the test suite is executed.

Fixes: #eclipse-openj9/openj9/issues/18507

Signed-off-by: ChengJin01 jincheng@ca.ibm.com

ChengJin01 commented 11 months ago

Reviewer: @JasonFengJ9 FYI: @keithc-ca, @tajila, @pshipton

JasonFengJ9 commented 11 months ago

jenkins test sanity.openjdk amac jdknext

ChengJin01 commented 11 months ago

jenkins test sanity.openjdk amac jdknext

The Jenkins test won't work as we have not yet enabled the FFI test suites in JDK22 via aqa-test at https://github.com/adoptium/aqa-tests/blob/48d953f27f73b7bd67adef3e63f8b763e64123c0/openjdk/playlist.xml#L1569.