JDK-8065718 : Milestone 4 - Update the vm test base tests
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-11-22
  • Updated: 2014-12-10
  • Resolved: 2014-12-09
Description
Go through the VM test base and make sure that all tests that use any of the removed flags are updated or removed.
Comments
The following flags were removed from the hotspot code by the work for this JEP: CMSCompactWhenClearAllSoftRefs CMSFullGCsBeforeCompaction CMSIncrementalDutyCycle CMSIncrementalDutyCycleMin CMSIncrementalMode CMSIncrementalOffset CMSIncrementalPacing CMSTraceIncrementalMode CMSTraceIncrementalPacing CMSTraceThreadState RotateCMSCollectionTypes UseCMSCollectionPassing UseCMSCompactAtFullCollection -Xincgc -Xnoincgc And this flag was deprecated: UseParNewGC Thus, these are the flags that need to be searched for in the vm test base.
10-12-2014

The fix for JDK-8066970 resolved this task.
09-12-2014