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

JIT build error on aarch64_mac #17511

Closed
keithc-ca opened this issue Jun 1, 2023 · 2 comments
Closed

JIT build error on aarch64_mac #17511

keithc-ca opened this issue Jun 1, 2023 · 2 comments
Labels

Comments

@keithc-ca
Copy link
Contributor

See https://openj9-jenkins.osuosl.org/job/Build_JDK11_aarch64_mac_Personal/345/console:

16:07:14  /Users/jenkins/workspace/Build_JDK11_aarch64_mac_Personal/openj9/runtime/compiler/optimizer/CatchBlockProfiler.cpp:68:40: error: member access into incomplete type 'TR::SymbolReference'
16:07:14                 _catchBlockCounterSymRef->getSymbol()->setIsCatchBlockCounter();
16:07:14                                         ^
16:07:14  /Users/jenkins/workspace/Build_JDK11_aarch64_mac_Personal/omr/compiler/il/OMRILOps.hpp:33:22: note: forward declaration of 'TR::SymbolReference'
16:07:14  namespace TR { class SymbolReference; }
16:07:14                       ^
16:07:14  /Users/jenkins/workspace/Build_JDK11_aarch64_mac_Personal/openj9/runtime/compiler/optimizer/CatchBlockProfiler.cpp:69:40: error: member access into incomplete type 'TR::SymbolReference'
16:07:14                 _catchBlockCounterSymRef->getSymbol()->setNotDataAddress();
16:07:14                                         ^
16:07:14  /Users/jenkins/workspace/Build_JDK11_aarch64_mac_Personal/omr/compiler/il/OMRILOps.hpp:33:22: note: forward declaration of 'TR::SymbolReference'
16:07:14  namespace TR { class SymbolReference; }
16:07:14                       ^
16:07:14  2 errors generated.
@pshipton
Copy link
Member

pshipton commented Jun 1, 2023

Also jdk8
https://openj9-jenkins.osuosl.org/job/Build_JDK8_x86-64_windows_Personal/986

16:29:26  F:\Users\jenkins\workspace\Build_JDK8_x86-64_windows_Personal\openj9\runtime\compiler\optimizer\CatchBlockProfiler.cpp(68): error C2027: use of undefined type 'TR::SymbolReference'
16:29:26  F:\Users\jenkins\workspace\Build_JDK8_x86-64_windows_Personal\openj9\runtime\compiler\control/RecompilationInfo.hpp(48): note: see declaration of 'TR::SymbolReference'
16:29:26  F:\Users\jenkins\workspace\Build_JDK8_x86-64_windows_Personal\openj9\runtime\compiler\optimizer\CatchBlockProfiler.cpp(69): error C2027: use of undefined type 'TR::SymbolReference'
16:29:26  F:\Users\jenkins\workspace\Build_JDK8_x86-64_windows_Personal\openj9\runtime\compiler\control/RecompilationInfo.hpp(48): note: see declaration of 'TR::SymbolReference'

@pshipton
Copy link
Member

pshipton commented Jun 1, 2023

Since #17217 is reverted I'll go ahead and close this.

@pshipton pshipton closed this as completed Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants