Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build break with isPointerInSharedCache() in IProfiler.cpp #7085

Merged
merged 1 commit into from Sep 19, 2019

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Sep 16, 2019

This commit fixes a break with isPointerInSharedCache() in
IProfiler.cpp.

Fixes: #7079

Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com

This commit fixes a break with isPointerInSharedCache() in
IProfiler.cpp.

Fixes: eclipse-openj9#7079

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 17, 2019

Jenkins test sanity all jdk11

@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 17, 2019

Seems reasonable to me. Presuambly, you're running with a later version compiler on AArch64 which is why this only shows up there?

@knn-k
Copy link
Contributor Author

knn-k commented Sep 18, 2019

It had not been a problem until September 14 in my local build. I didn't change the compiler version or the build option around that timing.
I use GCC 7.3.1 for building the AArch64 runtime.
I guess nobody else is building the JIT with TR_ASSERT() enabled recently.

@0xdaryl 0xdaryl self-assigned this Sep 19, 2019
@0xdaryl 0xdaryl merged commit 6e3b331 into eclipse-openj9:master Sep 19, 2019
@knn-k knn-k deleted the aarch64runtime20 branch September 19, 2019 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build break in IProfiler.cpp
2 participants