-
Notifications
You must be signed in to change notification settings - Fork 738
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
Enable Concurrent Scavenger on BE Linux for Power #5027
Enable Concurrent Scavenger on BE Linux for Power #5027
Conversation
@gita-omr Could you take a look at this change as well? |
This change enables the OMR_GC_CONCURRENT_SCAVENGER flag for Big Endian Linux build for Power. This flag enables the use of concurrent scavenger GC via the -Xgc:concurrentScavenge option. This also updates the _sp builds. They are supposed to have the same flags as the normal spec so some of them now need the OMR_GC_CONCURRENT_SCAVENGER flag to be enabled. Issue: eclipse-openj9#5023 Signed-off-by: jimmyk <jimmyk@ca.ibm.com>
865bcd2
to
88d9d22
Compare
Jenkins test sanity aix,plinux jdk8,jdk11 |
Jenkins test extended aix,plinux jdk8,jdk11 |
The only failure is on AIX and it seems to be the same as this: #3081 |
Re the ECA failure, @IBMJimmyk I think you need sign the new agreement. |
The ECA failure has been dealt with. |
So now (0.14 and later) Software based Pauseless GG is enabled on all Power 64-bit platforms. @SueChaplain please update the docs. |
This change enables the OMR_GC_CONCURRENT_SCAVENGER flag for Big Endian
Linux build for Power. This flag enables the use of concurrent scavenger GC
via the -Xgc:concurrentScavenge option.
This also updates the _sp builds. They are supposed to have the same flags
as the normal spec so some of them now need the
OMR_GC_CONCURRENT_SCAVENGER flag to be enabled.
Issue: #5023
Signed-off-by: jimmyk jimmyk@ca.ibm.com