[crac] RFR: Correct System.nanotime() value after restore [v6]

Anton Kozlov akozlov at openjdk.org
Tue May 16 14:06:49 UTC 2023


On Tue, 16 May 2023 13:06:20 GMT, Jan Kratochvil <duke at openjdk.org> wrote:

>> I've checked that test sources actually contain various *.c files, but it doesn't seem like this would be compiled from the test. It would make sense to do that from the Makefiles, but haven't found explicit mentions...
>> Anyway I find packaging stuff in containers quite convenient (and we don't have to add any extra C sources). I can add the released build of CRIU into the test-base image and remove the part mounting it from local system, would that work for you?
>
> I am not sure what it then tests when everything is bundled. But I am fine if the test does PASS.

JTReg tests has so-called native-image, a part of the test-image, consisting of the native code required for the tests to pass. It's created in during jdk build. There are a few .c files in the test/hotspot/jtreg/, probably they would help...

-------------

PR Review Comment: https://git.openjdk.org/crac/pull/53#discussion_r1195219192


More information about the crac-dev mailing list