Skip to content

AArch64: Fix a check in VMCardCheckEvaluator() - #17636

Merged
0xdaryl merged 1 commit into
eclipse-openj9:masterfrom
knn-k:aarch64fix17617
Jun 23, 2023
Merged

AArch64: Fix a check in VMCardCheckEvaluator()#17636
0xdaryl merged 1 commit into
eclipse-openj9:masterfrom
knn-k:aarch64fix17617

Conversation

@knn-k

@knn-k knn-k commented Jun 22, 2023

Copy link
Copy Markdown
Contributor

This commit replaces the call to isHeapObjectWrtBar() in VMCardCheckEvaluator() by chkHeapObjectWrtBar().

Fixes: #17617

This commit replaces the call to isHeapObjectWrtBar() in
VMCardCheckEvaluator() by chkHeapObjectWrtBar().

Fixes: eclipse-openj9#17617

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@knn-k

knn-k commented Jun 22, 2023

Copy link
Copy Markdown
Contributor Author

Jenkins test sanity alinux64,amac jdk17

@knn-k

knn-k commented Jun 22, 2023

Copy link
Copy Markdown
Contributor Author

The test job on macOS failed with the following error. Running the test again.

[2023-06-22T07:54:33.061Z] git fetch -q --tags https://github.com/eclipse-openj9/openj9.git +refs/pull/*:refs/remotes/origin/pr/*
[2023-06-22T07:56:37.147Z] fatal: unable to access 'https://github.com/eclipse-openj9/openj9.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 

@knn-k

knn-k commented Jun 22, 2023

Copy link
Copy Markdown
Contributor Author

Jenkins test sanity amac jdk17

@knn-k
knn-k marked this pull request as ready for review June 22, 2023 10:00
@knn-k
knn-k requested a review from 0xdaryl June 22, 2023 10:00
@0xdaryl 0xdaryl self-assigned this Jun 23, 2023
@0xdaryl
0xdaryl merged commit 2f210bd into eclipse-openj9:master Jun 23, 2023
@knn-k
knn-k deleted the aarch64fix17617 branch June 24, 2023 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion failure at omr/compiler/il/OMRNode.cpp:6546: self()->getOpCode().isWrtBar() with PROD_WITH_ASSUMES

2 participants