< prev index next >

src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp

Print this page




  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "classfile/classLoaderData.hpp"
  27 #include "classfile/stringTable.hpp"
  28 #include "classfile/symbolTable.hpp"
  29 #include "classfile/systemDictionary.hpp"
  30 #include "code/codeCache.hpp"
  31 #include "gc/cms/cmsCollectorPolicy.hpp"

  32 #include "gc/cms/cmsHeap.hpp"
  33 #include "gc/cms/cmsOopClosures.inline.hpp"
  34 #include "gc/cms/compactibleFreeListSpace.hpp"
  35 #include "gc/cms/concurrentMarkSweepGeneration.inline.hpp"
  36 #include "gc/cms/concurrentMarkSweepThread.hpp"
  37 #include "gc/cms/parNewGeneration.hpp"
  38 #include "gc/cms/vmCMSOperations.hpp"
  39 #include "gc/serial/genMarkSweep.hpp"
  40 #include "gc/serial/tenuredGeneration.hpp"
  41 #include "gc/shared/adaptiveSizePolicy.hpp"
  42 #include "gc/shared/cardGeneration.inline.hpp"
  43 #include "gc/shared/cardTableRS.hpp"
  44 #include "gc/shared/collectedHeap.inline.hpp"
  45 #include "gc/shared/collectorCounters.hpp"
  46 #include "gc/shared/collectorPolicy.hpp"
  47 #include "gc/shared/gcLocker.hpp"
  48 #include "gc/shared/gcPolicyCounters.hpp"
  49 #include "gc/shared/gcTimer.hpp"
  50 #include "gc/shared/gcTrace.hpp"
  51 #include "gc/shared/gcTraceTime.inline.hpp"




  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "classfile/classLoaderData.hpp"
  27 #include "classfile/stringTable.hpp"
  28 #include "classfile/symbolTable.hpp"
  29 #include "classfile/systemDictionary.hpp"
  30 #include "code/codeCache.hpp"
  31 #include "gc/cms/cmsCollectorPolicy.hpp"
  32 #include "gc/cms/cmsGCStats.hpp"
  33 #include "gc/cms/cmsHeap.hpp"
  34 #include "gc/cms/cmsOopClosures.inline.hpp"
  35 #include "gc/cms/compactibleFreeListSpace.hpp"
  36 #include "gc/cms/concurrentMarkSweepGeneration.inline.hpp"
  37 #include "gc/cms/concurrentMarkSweepThread.hpp"
  38 #include "gc/cms/parNewGeneration.hpp"
  39 #include "gc/cms/vmCMSOperations.hpp"
  40 #include "gc/serial/genMarkSweep.hpp"
  41 #include "gc/serial/tenuredGeneration.hpp"
  42 #include "gc/shared/adaptiveSizePolicy.hpp"
  43 #include "gc/shared/cardGeneration.inline.hpp"
  44 #include "gc/shared/cardTableRS.hpp"
  45 #include "gc/shared/collectedHeap.inline.hpp"
  46 #include "gc/shared/collectorCounters.hpp"
  47 #include "gc/shared/collectorPolicy.hpp"
  48 #include "gc/shared/gcLocker.hpp"
  49 #include "gc/shared/gcPolicyCounters.hpp"
  50 #include "gc/shared/gcTimer.hpp"
  51 #include "gc/shared/gcTrace.hpp"
  52 #include "gc/shared/gcTraceTime.inline.hpp"


< prev index next >