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

Add new GC policy to support JEP 318: Epsilon: An Arbitrarily Low-Overhead Garbage Collector #30

Closed
SueChaplain opened this issue Jun 4, 2018 · 0 comments

Comments

@SueChaplain
Copy link
Contributor

SueChaplain commented Jun 4, 2018

From Dmitri:

There is a new GC policy "nogc". In this case Garbage Collector would not perform any operation but expand object heap until it reach a limit instead. This mode can be activated by -Xgcpolicy:nogc or -XX:+UseNoGC options.
See Issue #1370 and #1935 for reference.

@SueChaplain SueChaplain added this to the Release v0.9.0 milestone Jun 4, 2018
SueChaplain added a commit to SueChaplain/openj9-docs that referenced this issue Jun 5, 2018
A new suboption -Xgcpolicy:nogc.
A new -XX option: -XXUseNoGC

Closes: eclipse-openj9#30

Signed-off-by: Sue Chaplain <[email protected]>
SueChaplain added a commit to SueChaplain/openj9-docs that referenced this issue Jun 5, 2018
A new suboption -Xgcpolicy:nogc.
A new -XX option: -XXUseNoGC

Add TOC entry for XX topic

Closes: eclipse-openj9#30

Signed-off-by: Sue Chaplain <[email protected]>
SueChaplain added a commit to SueChaplain/openj9-docs that referenced this issue Jun 5, 2018
A new suboption -Xgcpolicy:nogc.
A new -XX option: -XXUseNoGC

Add TOC entry for XX topic

Closes: eclipse-openj9#30

Signed-off-by: Sue Chaplain <[email protected]>
SueChaplain added a commit to SueChaplain/openj9-docs that referenced this issue Jun 5, 2018
A new suboption -Xgcpolicy:nogc.
A new -XX option: -XXUseNoGC

Add TOC entry for XX topic

Closes: eclipse-openj9#30

Signed-off-by: Sue Chaplain <[email protected]>
SueChaplain added a commit to SueChaplain/openj9-docs that referenced this issue Jun 5, 2018
A new suboption -Xgcpolicy:nogc.
A new -XX option: -XXUseNoGC

Add TOC entry for XX topic

Closes: eclipse-openj9#30

Signed-off-by: Sue Chaplain <[email protected]>
SueChaplain added a commit to SueChaplain/openj9-docs that referenced this issue Jun 5, 2018
A new suboption -Xgcpolicy:nogc.
A new -XX option: -XXUseNoGC

Add TOC entry for XX topic

Closes: eclipse-openj9#30

Signed-off-by: Sue Chaplain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant