-
Notifications
You must be signed in to change notification settings - Fork 74
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
Milestone
Comments
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]>
Merged
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
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.
The text was updated successfully, but these errors were encountered: