1 //
   2 // Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
   3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 //   
   5 // This code is free software; you can redistribute it and/or modify it
   6 // under the terms of the GNU General Public License version 2 only, as
   7 // published by the Free Software Foundation.
   8 //   
   9 // This code is distributed in the hope that it will be useful, but WITHOUT
  10 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  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 adaptiveSizePolicy.hpp                  collectedHeap.hpp
  26 adaptiveSizePolicy.hpp                  gcCause.hpp
  27 adaptiveSizePolicy.hpp                  gcUtil.hpp
  28 adaptiveSizePolicy.hpp                  allocation.hpp
  29 adaptiveSizePolicy.hpp                  universe.hpp
  30 
  31 adaptiveSizePolicy.cpp                  adaptiveSizePolicy.hpp
  32 adaptiveSizePolicy.cpp                  collectorPolicy.hpp
  33 adaptiveSizePolicy.cpp                  gcCause.hpp
  34 adaptiveSizePolicy.cpp                  ostream.hpp
  35 adaptiveSizePolicy.cpp                  timer.hpp
  36 
  37 ageTable.cpp                            ageTable.hpp
  38 ageTable.cpp                            collectorPolicy.hpp
  39 ageTable.cpp                            copy.hpp
  40 ageTable.cpp                            gcPolicyCounters.hpp
  41 ageTable.cpp                            resourceArea.hpp
  42 ageTable.cpp                            sharedHeap.hpp
  43 
  44 ageTable.hpp                            markOop.hpp
  45 ageTable.hpp                            oop.hpp
  46 ageTable.hpp                            perfData.hpp
  47 
  48 collectorCounters.cpp                   collectorCounters.hpp
  49 collectorCounters.cpp                   resourceArea.hpp
  50 
  51 collectorCounters.hpp                   perfData.hpp
  52 
  53 cSpaceCounters.cpp                      resourceArea.hpp
  54 cSpaceCounters.cpp                      cSpaceCounters.hpp
  55 
  56 cSpaceCounters.hpp                      space.inline.hpp
  57 cSpaceCounters.hpp                      perfData.hpp
  58 cSpaceCounters.hpp                      generationCounters.hpp
  59 
  60 gcPolicyCounters.cpp                    resourceArea.hpp
  61 gcPolicyCounters.cpp                    gcPolicyCounters.hpp
  62 
  63 gcPolicyCounters.hpp                    perfData.hpp
  64 
  65 gcStats.cpp                             gcStats.hpp
  66 gcStats.cpp                             gcUtil.hpp
  67 
  68 gcStats.hpp                             gcUtil.hpp
  69 
  70 gcUtil.cpp                              gcUtil.hpp
  71 
  72 gcUtil.hpp                              allocation.hpp
  73 gcUtil.hpp                              debug.hpp
  74 gcUtil.hpp                              globalDefinitions.hpp
  75 gcUtil.hpp                              ostream.hpp
  76 gcUtil.hpp                              timer.hpp
  77 
  78 generationCounters.cpp                  generationCounters.hpp
  79 generationCounters.cpp                  resourceArea.hpp
  80 
  81 generationCounters.hpp                  perfData.hpp
  82 generationCounters.hpp                  virtualspace.hpp
  83 
  84 immutableSpace.hpp                      iterator.hpp
  85 
  86 liveRange.hpp                           copy.hpp
  87 liveRange.hpp                           memRegion.hpp
  88 
  89 markSweep.cpp                           collectedHeap.inline.hpp
  90 markSweep.cpp                           markSweep.inline.hpp
  91 markSweep.cpp                           oop.inline.hpp
  92 
  93 markSweep.hpp                           growableArray.hpp
  94 markSweep.hpp                           markOop.hpp
  95 markSweep.hpp                           oop.hpp
  96 markSweep.hpp                           stack.hpp
  97 markSweep.hpp                           timer.hpp
  98 markSweep.hpp                           universe.hpp
  99 
 100 markSweep.inline.hpp                    collectedHeap.hpp
 101 markSweep.inline.hpp                    markSweep.hpp
 102 markSweep.inline.hpp                    stack.inline.hpp
 103 
 104 mutableSpace.hpp                        immutableSpace.hpp
 105 mutableSpace.hpp                        memRegion.hpp
 106 mutableSpace.hpp                        copy.hpp
 107 
 108 vmGCOperations.cpp                      vmGCOperations.hpp
 109 vmGCOperations.cpp                      dtrace.hpp
 110 vmGCOperations.cpp                      classLoader.hpp
 111 vmGCOperations.cpp                      gcLocker.inline.hpp
 112 vmGCOperations.cpp                      genCollectedHeap.hpp
 113 vmGCOperations.cpp                      handles.inline.hpp
 114 vmGCOperations.cpp                      init.hpp
 115 vmGCOperations.cpp                      instanceKlass.hpp
 116 vmGCOperations.cpp                      instanceRefKlass.hpp
 117 vmGCOperations.cpp                      interfaceSupport.hpp
 118 vmGCOperations.cpp                      javaClasses.hpp
 119 vmGCOperations.cpp                      jvmtiExport.hpp
 120 vmGCOperations.cpp                      oopFactory.hpp
 121 vmGCOperations.cpp                      preserveException.hpp
 122 
 123 vmGCOperations.hpp                      vm_operations.hpp
 124 vmGCOperations.hpp                      heapInspection.hpp
 125 vmGCOperations.hpp                      handles.hpp
 126 vmGCOperations.hpp                      jniHandles.hpp
 127 vmGCOperations.hpp                      synchronizer.hpp