[crac] Integrated: Fix compilation error on OSX
Jan Kratochvil
jkratochvil at openjdk.org
Fri Sep 29 11:03:39 UTC 2023
On Fri, 29 Sep 2023 09:07:14 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:
> src/hotspot/os/posix/crac_posix.cpp:43:6: error: use of undeclared identifier 'crac'
> void crac::vm_create_start() {
> ^
> src/hotspot/os/posix/crac_posix.cpp:60:6: error: use of undeclared identifier 'crac'
> bool crac::read_bootid(char *dest) {
> ^
> 2 errors generated.
This pull request has now been integrated.
Changeset: 652d4706
Author: Jan Kratochvil <jkratochvil at openjdk.org>
Committer: Radim Vansa <rvansa at openjdk.org>
URL: https://git.openjdk.org/crac/commit/652d47065dc379710887b4816bef92855527b802
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Fix compilation error on OSX
Reviewed-by: rvansa
-------------
PR: https://git.openjdk.org/crac/pull/120
More information about the crac-dev
mailing list