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

JDK11 builds fail with coredump #2373

Closed
andrew-m-leonard opened this issue Jul 12, 2018 · 3 comments
Closed

JDK11 builds fail with coredump #2373

andrew-m-leonard opened this issue Jul 12, 2018 · 3 comments
Assignees

Comments

@andrew-m-leonard
Copy link
Contributor

Creating jdk image
Object 000000000086D900 not in heap range [00000000E0000000,0000000100000000)
08:44:36.125 0x847700 j9mm.141 * ** ASSERTION FAILED ** at ./MarkingScheme.hpp:71: ((false))

@keithc-ca
Copy link
Contributor

I have a fix in the works for this: it involves ensuring that JAVA_SPEC_VERSION is always defined so the condition in j9cfg.h (JAVA_SPEC_VERSION >= 11) is evaluated consistently.

@pshipton
Copy link
Member

Fixed by #2374

@DanHeidinga
Copy link
Member

A big thank you to everyone involved in tracking this down - @keithc-ca @tajila @charliegracie and any others I may have missed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants