ibmruntimes / openj9-openjdk-jdk17

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

Restore behavior on platforms where CRIU is supported but not in use #303

Closed WilburZjh closed 8 months ago

WilburZjh commented 8 months ago

This PR aims to fix an issue on how to read random data and get random bytes on platforms where CRIU is supported, but not in use by enabling it via a --enable-criu-support JVM option.

Issue https://github.com/eclipse-openj9/openj9/issues/18602

WilburZjh commented 8 months ago

Build is passed, and the failed cases are passed. Change from draft to ready for review.

@jasonkatonica FYI