8140404: Revert the removal of CMSTestInFreeList

Reviewed-by: jmasa, brutisso
This commit is contained in:
David Lindholm 2015-11-10 09:49:14 +01:00
parent fd19805f5b
commit b57ae5dad3
2 changed files with 32 additions and 2 deletions

View file

@ -2077,6 +2077,10 @@ public:
"unloading of classes when class unloading is enabled") \
range(0, 100) \
\
develop(bool, CMSTestInFreeList, false, \
"Check if the coalesced range is already in the " \
"free lists as claimed") \
\
notproduct(bool, CMSVerifyReturnedBytes, false, \
"Check that all the garbage collected was returned to the " \
"free lists") \