openjdk / crac

https://openjdk.org/projects/crac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:Java 75.1%Language:C++ 13.7%Language:C 7.3%Language:Assembly 2.3%Language:Objective-C 0.4%Language:HTML 0.3%Language:XSLT 0.2%Language:Roff 0.2%Language:Hack 0.2%Language:Shell 0.2%Language:M4 0.2%Language:Python 0.1%Language:JavaScript 0.0%Language:TypeScript 0.0%Language:Makefile 0.0%Language:Mathematica 0.0%Language:DTrace 0.0%Language:Metal 0.0%Language:Awk 0.0%Language:Perl 0.0%Language:GDB 0.0%Language:CSS 0.0%Language:sed 0.0%Language:AppleScript 0.0%Language:Batchfile 0.0%Language:Red 0.0%Language:SourcePawn 0.0%