# crac **Repository Path**: mirrors_openjdk/crac ## Basic Information - **Project Name**: crac - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: crac - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-03 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CRaC JDK ## Build CRaC JDK have extended build procedure. 1. Build JDK as usual ``` bash configure make images mv build/linux-x86_64-server-release/images/jdk/ . ``` 2. Download a build of [modified CRIU](https://github.com/CRaC/criu/releases/tag/release-1.4) 3. Extract and copy `criu` binary over a same named file in the JDK ``` cp criu-dist/sbin/criu jdk/lib/criu ``` Grant permissions to allow regular user to run it ``` sudo chown root:root jdk/lib/criu sudo chmod u+s jdk/lib/criu ``` # JDK For build instructions please see the [online documentation](https://openjdk.org/groups/build/doc/building.html), or either of these files: - [doc/building.html](doc/building.html) (html version) - [doc/building.md](doc/building.md) (markdown version) See for more information about the OpenJDK Community and the JDK and see for JDK issue tracking.