hotspot/src/share/vm/gc_implementation/includeDB_gc_serial
author phh
Wed, 28 Oct 2009 16:25:51 -0400
changeset 4434 4b41e5b42f81
parent 1 489c9b5090e2
child 4574 b2d5b0975515
permissions -rw-r--r--
6887571: Increase default heap config sizes Summary: Apply modification of existing server heap size ergo to all collectors except CMS. Reviewed-by: jmasa, ysr, xlu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
// Copyright (c) 2007 Sun Microsystems, Inc.  All Rights Reserved.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
//   
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
// This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
// under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
// published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
//   
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
// This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
// version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
// accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
//  
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
// You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
// 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
//   
489c9b5090e2 Initial load
duke
parents:
diff changeset
    19
// Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    20
// CA 95054 USA or visit www.sun.com if you need additional information or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    21
// have any questions.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
//  
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
adaptiveSizePolicy.hpp			collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
adaptiveSizePolicy.hpp			gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
adaptiveSizePolicy.hpp			gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
adaptiveSizePolicy.hpp			allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
adaptiveSizePolicy.hpp			universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
adaptiveSizePolicy.cpp			adaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
adaptiveSizePolicy.cpp			gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
adaptiveSizePolicy.cpp			ostream.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
adaptiveSizePolicy.cpp			timer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
ageTable.cpp                            ageTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
ageTable.cpp				collectorPolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
ageTable.cpp                            copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
ageTable.cpp                            gcPolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
ageTable.cpp                            resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
ageTable.cpp                            sharedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
ageTable.hpp                            markOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
ageTable.hpp                            oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
ageTable.hpp                            perfData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
collectorCounters.cpp                   collectorCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
collectorCounters.cpp                   resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
collectorCounters.hpp                   perfData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
cSpaceCounters.cpp                      resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
cSpaceCounters.cpp                      cSpaceCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
cSpaceCounters.hpp                      space.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
cSpaceCounters.hpp                      perfData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
cSpaceCounters.hpp                      generationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
gcPolicyCounters.cpp                    resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
gcPolicyCounters.cpp                    gcPolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
gcPolicyCounters.hpp                    perfData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
gcStats.cpp				gcStats.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
gcStats.cpp				gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
gcStats.hpp				gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
gcUtil.cpp                              gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
gcUtil.hpp                              allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
gcUtil.hpp                              debug.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
gcUtil.hpp                              globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
gcUtil.hpp				timer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
generationCounters.cpp                  generationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
generationCounters.cpp                  resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
generationCounters.hpp                  perfData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
generationCounters.hpp                  virtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
immutableSpace.hpp                      iterator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
liveRange.hpp                           copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
liveRange.hpp                           memRegion.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
markSweep.cpp                           collectedHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
markSweep.cpp                           markSweep.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
markSweep.cpp                           oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
markSweep.hpp                           growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
markSweep.hpp                           markOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
markSweep.hpp                           oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
markSweep.hpp                           timer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
markSweep.hpp                           universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
markSweep.inline.hpp                    collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
markSweep.inline.hpp                    markSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
mutableSpace.hpp                        immutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
mutableSpace.hpp                        memRegion.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
mutableSpace.hpp                        copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
vmGCOperations.cpp                      vmGCOperations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
vmGCOperations.cpp                      dtrace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
vmGCOperations.cpp                      classLoader.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
vmGCOperations.cpp                      gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
vmGCOperations.cpp                      genCollectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
vmGCOperations.cpp                      handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
vmGCOperations.cpp                      init.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
vmGCOperations.cpp                      instanceKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
vmGCOperations.cpp                      instanceRefKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
vmGCOperations.cpp                      interfaceSupport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
vmGCOperations.cpp                      javaClasses.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
vmGCOperations.cpp                      jvmtiExport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
vmGCOperations.cpp                      oopFactory.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
vmGCOperations.cpp                      preserveException.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
vmGCOperations.hpp                      vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
vmGCOperations.hpp                      heapInspection.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
vmGCOperations.hpp                      handles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
vmGCOperations.hpp                      jniHandles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
vmGCOperations.hpp                      synchronizer.hpp