Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TimPushkin/crac

 
 

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/ .
  1. Download a build of modified CRIU
  2. 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, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.

About

https://openjdk.org/projects/crac

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.4%
  • C++ 13.6%
  • C 7.9%
  • Assembly 2.7%
  • Objective-C 0.4%
  • HTML 0.3%
  • Other 0.7%