-
Notifications
You must be signed in to change notification settings - Fork 721
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
Add extra U_64 data field to Indexable Object Headers #11755
Add extra U_64 data field to Indexable Object Headers #11755
Conversation
Same commit as eclipse-openj9#11507 The issue related to concurrent scavenger (eclipse-openj9#11616) was solved by eclipse-omr/omr#5751 We can now safely re-introduce dataAddr again. Signed-off-by: Igor Braga <higorb1@gmail.com>
Jenkins test sanity all jdk8 |
The OMR acceptance this morning failed, probably an infra issue. Pls don't merge this until after we get the OMR change promoted. |
This should fix it. https://ci.eclipse.org/openj9/job/Pipeline-OMR-Acceptance/2199/ |
Windows 32-bit build hung. Trying again https://ci.eclipse.org/openj9/job/Pipeline-OMR-Acceptance/2200/ |
OMR is promoted now. Jenkins test sanity,sanity.system all jdk8 |
The remaining (failed) build https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_sanity.system_x86-64_windows_Personal_testList_0/2/console hung due to a machine issue, and I disabled the machine. The half that did already run on Windows seems sufficient as it passed theses tests: DaaLoadTest_daa1_ConcurrentScavenge_0, DaaLoadTest_daa2_ConcurrentScavenge_0. |
Same PR/commit as #11507 .
The issue related to concurrent scavenger (#11616) was solved by eclipse-omr/omr#5751
We can now safely re-introduce
dataAddr
again.Signed-off-by: Igor Braga higorb1@gmail.com