mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8140404: Revert the removal of CMSTestInFreeList
Reviewed-by: jmasa, brutisso
This commit is contained in:
parent
fd19805f5b
commit
b57ae5dad3
2 changed files with 32 additions and 2 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue