src/share/vm/gc_implementation/includeDB_gc_serial

Wed, 09 Apr 2008 15:10:22 -0700

author
rasbold
date
Wed, 09 Apr 2008 15:10:22 -0700
changeset 544
9f4457a14b58
parent 435
a61af66fc99e
child 1580
e018e6884bd8
permissions
-rw-r--r--

Merge

     1 //
     2 // Copyright (c) 2007 Sun Microsystems, Inc.  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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    20 // CA 95054 USA or visit www.sun.com if you need additional information or
    21 // have any questions.
    22 //  
    23 //
    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
    31 adaptiveSizePolicy.cpp			adaptiveSizePolicy.hpp
    32 adaptiveSizePolicy.cpp			gcCause.hpp
    33 adaptiveSizePolicy.cpp			ostream.hpp
    34 adaptiveSizePolicy.cpp			timer.hpp
    36 ageTable.cpp                            ageTable.hpp
    37 ageTable.cpp				collectorPolicy.hpp
    38 ageTable.cpp                            copy.hpp
    39 ageTable.cpp                            gcPolicyCounters.hpp
    40 ageTable.cpp                            resourceArea.hpp
    41 ageTable.cpp                            sharedHeap.hpp
    43 ageTable.hpp                            markOop.hpp
    44 ageTable.hpp                            oop.hpp
    45 ageTable.hpp                            perfData.hpp
    47 collectorCounters.cpp                   collectorCounters.hpp
    48 collectorCounters.cpp                   resourceArea.hpp
    50 collectorCounters.hpp                   perfData.hpp
    52 cSpaceCounters.cpp                      resourceArea.hpp
    53 cSpaceCounters.cpp                      cSpaceCounters.hpp
    55 cSpaceCounters.hpp                      space.inline.hpp
    56 cSpaceCounters.hpp                      perfData.hpp
    57 cSpaceCounters.hpp                      generationCounters.hpp
    59 gcPolicyCounters.cpp                    resourceArea.hpp
    60 gcPolicyCounters.cpp                    gcPolicyCounters.hpp
    62 gcPolicyCounters.hpp                    perfData.hpp
    64 gcStats.cpp				gcStats.hpp
    65 gcStats.cpp				gcUtil.hpp
    67 gcStats.hpp				gcUtil.hpp
    69 gcUtil.cpp                              gcUtil.hpp
    71 gcUtil.hpp                              allocation.hpp
    72 gcUtil.hpp                              debug.hpp
    73 gcUtil.hpp                              globalDefinitions.hpp
    74 gcUtil.hpp				timer.hpp
    76 generationCounters.cpp                  generationCounters.hpp
    77 generationCounters.cpp                  resourceArea.hpp
    79 generationCounters.hpp                  perfData.hpp
    80 generationCounters.hpp                  virtualspace.hpp
    82 immutableSpace.hpp                      iterator.hpp
    84 liveRange.hpp                           copy.hpp
    85 liveRange.hpp                           memRegion.hpp
    87 markSweep.cpp                           collectedHeap.inline.hpp
    88 markSweep.cpp                           markSweep.inline.hpp
    89 markSweep.cpp                           oop.inline.hpp
    91 markSweep.hpp                           growableArray.hpp
    92 markSweep.hpp                           markOop.hpp
    93 markSweep.hpp                           oop.hpp
    94 markSweep.hpp                           timer.hpp
    95 markSweep.hpp                           universe.hpp
    97 markSweep.inline.hpp                    collectedHeap.hpp
    98 markSweep.inline.hpp                    markSweep.hpp
   100 mutableSpace.hpp                        immutableSpace.hpp
   101 mutableSpace.hpp                        memRegion.hpp
   102 mutableSpace.hpp                        copy.hpp
   104 vmGCOperations.cpp                      vmGCOperations.hpp
   105 vmGCOperations.cpp                      dtrace.hpp
   106 vmGCOperations.cpp                      classLoader.hpp
   107 vmGCOperations.cpp                      gcLocker.inline.hpp
   108 vmGCOperations.cpp                      genCollectedHeap.hpp
   109 vmGCOperations.cpp                      handles.inline.hpp
   110 vmGCOperations.cpp                      init.hpp
   111 vmGCOperations.cpp                      instanceKlass.hpp
   112 vmGCOperations.cpp                      instanceRefKlass.hpp
   113 vmGCOperations.cpp                      interfaceSupport.hpp
   114 vmGCOperations.cpp                      javaClasses.hpp
   115 vmGCOperations.cpp                      jvmtiExport.hpp
   116 vmGCOperations.cpp                      oopFactory.hpp
   117 vmGCOperations.cpp                      preserveException.hpp
   119 vmGCOperations.hpp                      vm_operations.hpp
   120 vmGCOperations.hpp                      heapInspection.hpp
   121 vmGCOperations.hpp                      handles.hpp
   122 vmGCOperations.hpp                      jniHandles.hpp
   123 vmGCOperations.hpp                      synchronizer.hpp

mercurial