JDK-8169580 : Add documentation for JDK-8046809 to Tools Reference Guide
Type:Sub-task
Component:docs
Sub-Component:tools
Affected Version:9
Priority:P4
Status:Resolved
Resolution:Delivered
Submitted:2016-11-11
Updated:2017-01-06
Resolved:2017-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Add -XX:StartAggressiveSweepingAt and remove -XX:CodeCacheMinimumFreeSpace to/from the Tools Reference Guide.
Comments
Yes, that's good. Thank you!
09-12-2016
I've updated the text with the text in the comment above. I made a minor change - let me know if it is ok.
From "...aggressively remove unused code if only the given percentage of the code cache is free." to:
"...aggressively remove unused code when only the given percentage of the code cache is free."
08-12-2016
I would suggest something like this:
-XX:StartAggressiveSweepingAt=percent
Force stack scanning of active methods to aggressively remove unused code if only the given percentage of the code cache is free. The default value is 10%.
08-12-2016
Removed -XX:CodeCacheMinimumFreeSpace and added -XX:StartAggressiveSweepingAt. Need better description text before staging for eng review.