ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

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

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