- Notifications
You must be signed in to change notification settings - Fork41
https://openjdk.org/projects/crac
License
NotificationsYou must be signed in to change notification settings
openjdk/crac
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CRaC JDK have extended build procedure.
- Build JDK as usual
bash configuremake imagesmv build/linux-x86_64-server-release/images/jdk/ .
- Download a build ofmodified CRIU
- 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/criusudo chmod u+s jdk/lib/criu
For build instructions please see theonline documentation,or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
Seehttps://openjdk.org/ for more information about the OpenJDKCommunity and the JDK and seehttps://bugs.openjdk.org for JDK issuetracking.
Packages0
No packages published