Skip to content

Changes

Summary

  1. CheckpointGCthreadCount conflicts with gcThread Warning (commit: c9f23da) (details)
Commit c9f23da3685febb84897a11e16886fb3ff58edb6 by Frank Kang
CheckpointGCthreadCount conflicts with gcThread Warning

CheckpointGCthreadCount is expected to be no larger than
the number of gc threads.

We have two cases here:
1. If the user doesn't set the checkpointGCthreadCount,
the amount is adjusted to match the number of gc threads

2. If the user sets the checkpointGCthreadCount, a warning
is generated and the checkpointGCthreadCount is ignored

Signed off by: Frank.Kang@ibm.com
(commit: c9f23da)
The file was modified gc/base/Configuration.cpp (diff)
The file was modified example/glue/ConfigurationDelegate.hpp (diff)