hotspot/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge
author coleenp
Sun, 13 Apr 2008 17:43:42 -0400
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 971 f0b20be4165d
child 670 ddf3e9583f2f
child 1374 4c24294029a9
permissions -rw-r--r--
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
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 2001-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.
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
    22
//
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
// NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps!
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
adjoiningGenerations.hpp		adjoiningVirtualSpaces.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
adjoiningGenerations.hpp		asPSOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
adjoiningGenerations.hpp		asPSYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
adjoiningGenerations.hpp                psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
adjoiningGenerations.cpp		adjoiningGenerations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
adjoiningGenerations.cpp		adjoiningVirtualSpaces.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
adjoiningGenerations.cpp		parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
adjoiningGenerations.cpp                psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
adjoiningVirtualSpaces.hpp		psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
adjoiningVirtualSpaces.cpp		java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
adjoiningVirtualSpaces.cpp		adjoiningVirtualSpaces.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
asPSOldGen.hpp                          generationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
asPSOldGen.hpp                          mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
asPSOldGen.hpp                          objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
asPSOldGen.hpp                          psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
asPSOldGen.hpp                          spaceCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
asPSOldGen.hpp				psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
asPSOldGen.cpp                          psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
asPSOldGen.cpp                          cardTableModRefBS.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
asPSOldGen.cpp                          java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
asPSOldGen.cpp                          oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
asPSOldGen.cpp                          parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
asPSOldGen.cpp                          psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
asPSOldGen.cpp				asPSOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
asPSYoungGen.hpp                        generationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
asPSYoungGen.hpp                        mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
asPSYoungGen.hpp                        objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
asPSYoungGen.hpp                        spaceCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
asPSYoungGen.hpp                        psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
asPSYoungGen.hpp			psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
asPSYoungGen.cpp                        gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
asPSYoungGen.cpp                        java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
asPSYoungGen.cpp                        oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
asPSYoungGen.cpp                        parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
asPSYoungGen.cpp                        psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
asPSYoungGen.cpp                        psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
asPSYoungGen.cpp			asPSYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
asPSYoungGen.cpp			psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
cardTableExtension.cpp                  cardTableExtension.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
cardTableExtension.cpp                  gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
cardTableExtension.cpp                  oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
cardTableExtension.cpp                  oop.psgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
cardTableExtension.cpp                  parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
cardTableExtension.cpp                  psTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
cardTableExtension.cpp                  psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
cardTableExtension.hpp                  cardTableModRefBS.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
gcTaskManager.hpp                       mutex.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
gcTaskManager.hpp                       growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
gcTaskManager.cpp                       allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
gcTaskManager.cpp                       allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
gcTaskManager.cpp                       gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
gcTaskManager.cpp                       gcTaskThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
gcTaskManager.cpp                       mutex.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
gcTaskManager.cpp                       mutexLocker.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
gcTaskThread.hpp                        thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
gcTaskThread.cpp                        allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
gcTaskThread.cpp                        allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
gcTaskThread.cpp                        gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
gcTaskThread.cpp                        gcTaskThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
gcTaskThread.cpp                        handles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
gcTaskThread.cpp                        handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
gcTaskThread.cpp                        os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
gcTaskThread.cpp                        resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
gcTaskThread.cpp                        thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
generationSizer.hpp                     collectorPolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
objectStartArray.cpp                    allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
objectStartArray.cpp                    cardTableModRefBS.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
objectStartArray.cpp                    java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
objectStartArray.cpp                    objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
objectStartArray.cpp                    oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
objectStartArray.hpp                    allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
objectStartArray.hpp                    memRegion.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
objectStartArray.hpp                    oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
objectStartArray.hpp                    psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
parallelScavengeHeap.cpp                adjoiningGenerations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
parallelScavengeHeap.cpp                adjoiningVirtualSpaces.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
parallelScavengeHeap.cpp                cardTableExtension.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
parallelScavengeHeap.cpp                gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
parallelScavengeHeap.cpp                gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
parallelScavengeHeap.cpp                generationSizer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
parallelScavengeHeap.cpp                handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
parallelScavengeHeap.cpp                java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
parallelScavengeHeap.cpp                oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
parallelScavengeHeap.cpp                parallelScavengeHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
parallelScavengeHeap.cpp                psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
parallelScavengeHeap.cpp                psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
parallelScavengeHeap.cpp                psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
parallelScavengeHeap.cpp                psPromotionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
parallelScavengeHeap.cpp                psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
parallelScavengeHeap.cpp                vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
parallelScavengeHeap.cpp                vmPSOperations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
parallelScavengeHeap.inline.hpp		parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
parallelScavengeHeap.inline.hpp		psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
parallelScavengeHeap.inline.hpp		psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
parallelScavengeHeap.inline.hpp		psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
parallelScavengeHeap.hpp                collectedHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
parallelScavengeHeap.hpp                objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
parallelScavengeHeap.hpp                gcPolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
parallelScavengeHeap.hpp                psGCAdaptivePolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
parallelScavengeHeap.hpp                psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
parallelScavengeHeap.hpp                psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
parallelScavengeHeap.hpp                psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
parallelScavengeHeap.hpp                ostream.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
parMarkBitMap.cpp			bitMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
parMarkBitMap.cpp			bitMap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
parMarkBitMap.cpp			oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
parMarkBitMap.cpp			os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
parMarkBitMap.cpp			os_<os_family>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
parMarkBitMap.cpp			parMarkBitMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
parMarkBitMap.cpp			parMarkBitMap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
parMarkBitMap.cpp                       psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
parMarkBitMap.hpp			bitMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
parMarkBitMap.hpp			bitMap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
parMarkBitMap.hpp			psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
psAdaptiveSizePolicy.cpp                gcPolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
psAdaptiveSizePolicy.cpp		gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
psAdaptiveSizePolicy.cpp                psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
psAdaptiveSizePolicy.cpp                psGCAdaptivePolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
psAdaptiveSizePolicy.cpp                psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
psAdaptiveSizePolicy.cpp                timer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
psAdaptiveSizePolicy.cpp                top.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
psAdaptiveSizePolicy.hpp                gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
psAdaptiveSizePolicy.hpp		gcStats.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
psAdaptiveSizePolicy.hpp                gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
psAdaptiveSizePolicy.hpp		adaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
psCompactionManager.cpp                 gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
psCompactionManager.cpp                 objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
psCompactionManager.cpp                 oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
psCompactionManager.cpp                 oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
psCompactionManager.cpp                 oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
psCompactionManager.cpp                 parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
psCompactionManager.cpp                 parMarkBitMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
psCompactionManager.cpp                 psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
psCompactionManager.cpp                 psCompactionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
psCompactionManager.cpp                 psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
psCompactionManager.cpp                 systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
psCompactionManager.hpp                 allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
psCompactionManager.hpp                 taskqueue.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
psGCAdaptivePolicyCounters.hpp		gcAdaptivePolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
psGCAdaptivePolicyCounters.hpp          gcPolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
psGCAdaptivePolicyCounters.hpp          psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
psGCAdaptivePolicyCounters.cpp          arguments.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
psGCAdaptivePolicyCounters.cpp          resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
psGCAdaptivePolicyCounters.cpp          psGCAdaptivePolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
psGenerationCounters.cpp                psGenerationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
psGenerationCounters.cpp                resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
psGenerationCounters.hpp                generationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
psGenerationCounters.hpp                perfData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
psGenerationCounters.hpp                psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
psMarkSweep.cpp                         psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
psMarkSweep.cpp                         biasedLocking.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
psMarkSweep.cpp                         codeCache.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
psMarkSweep.cpp                         events.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
psMarkSweep.cpp                         fprofiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
psMarkSweep.cpp                         gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
psMarkSweep.cpp                         gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
psMarkSweep.cpp                         isGCActiveMark.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
psMarkSweep.cpp                         oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
psMarkSweep.cpp                         memoryService.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
psMarkSweep.cpp                         management.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
psMarkSweep.cpp                         parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
psMarkSweep.cpp                         psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
psMarkSweep.cpp                         psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
psMarkSweep.cpp                         psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
psMarkSweep.cpp                         psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
psMarkSweep.cpp                         psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
psMarkSweep.cpp                         psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
psMarkSweep.cpp                         referencePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
psMarkSweep.cpp                         referenceProcessor.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
psMarkSweep.cpp                         safepoint.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
psMarkSweep.cpp                         symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
psMarkSweep.cpp                         systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
psMarkSweep.cpp                         vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
psMarkSweep.hpp                         markSweep.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
psMarkSweep.hpp                         collectorCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
psMarkSweepDecorator.cpp                liveRange.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
psMarkSweepDecorator.cpp                markSweep.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
psMarkSweepDecorator.cpp                objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
psMarkSweepDecorator.cpp                oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
psMarkSweepDecorator.cpp                parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
psMarkSweepDecorator.cpp                psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
psMarkSweepDecorator.cpp                psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
psMarkSweepDecorator.cpp                systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
psMarkSweepDecorator.hpp                mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
psParallelCompact.cpp			psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
psParallelCompact.cpp			codeCache.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
psParallelCompact.cpp			events.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
psParallelCompact.cpp			fprofiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
psParallelCompact.cpp			gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
psParallelCompact.cpp			gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
psParallelCompact.cpp                   gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
psParallelCompact.cpp			isGCActiveMark.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
psParallelCompact.cpp			oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
psParallelCompact.cpp			oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
psParallelCompact.cpp			memoryService.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
psParallelCompact.cpp			management.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
psParallelCompact.cpp			parallelScavengeHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
psParallelCompact.cpp			pcTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
psParallelCompact.cpp			psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
psParallelCompact.cpp			psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
psParallelCompact.cpp			psCompactionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
psParallelCompact.cpp                   psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
psParallelCompact.cpp			psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
psParallelCompact.cpp			psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
psParallelCompact.cpp			psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
psParallelCompact.cpp			psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
psParallelCompact.cpp			psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
psParallelCompact.cpp			referencePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
psParallelCompact.cpp			referenceProcessor.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
psParallelCompact.cpp			safepoint.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
psParallelCompact.cpp			symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
psParallelCompact.cpp			systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
psParallelCompact.cpp			vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
psParallelCompact.hpp			collectorCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
psParallelCompact.hpp			markSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
psParallelCompact.hpp			mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
psParallelCompact.hpp                   objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   280
psParallelCompact.hpp			oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
psParallelCompact.hpp			parMarkBitMap.hpp
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   282
psParallelCompact.hpp			psCompactionManager.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
psParallelCompact.hpp			sharedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
psOldGen.cpp                            psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
psOldGen.cpp                            cardTableModRefBS.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
psOldGen.cpp                            gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
psOldGen.cpp                            java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
psOldGen.cpp                            oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
psOldGen.cpp                            parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
psOldGen.cpp                            psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
psOldGen.cpp                            psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
psOldGen.hpp                            psGenerationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
psOldGen.hpp                            mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
psOldGen.hpp                            objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
psOldGen.hpp                            psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
psOldGen.hpp                         	safepoint.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
psOldGen.hpp                            spaceCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
psPermGen.cpp                           gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
psPermGen.cpp                           parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
psPermGen.cpp                           psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
psPermGen.cpp                           psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
psPermGen.cpp                           psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
psPermGen.hpp                           psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
psPromotionManager.cpp                  memRegion.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
psPromotionManager.cpp                  mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
psPromotionManager.cpp                  oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
psPromotionManager.cpp                  oop.psgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
psPromotionManager.cpp                  parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
psPromotionManager.cpp                  psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
psPromotionManager.cpp                  psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
psPromotionManager.cpp                  psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
psPromotionManager.hpp                  allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
psPromotionManager.hpp                  prefetchQueue.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
psPromotionManager.hpp                  psPromotionLAB.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
psPromotionManager.hpp                  taskqueue.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
psPromotionManager.inline.hpp           psPromotionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
psPromotionManager.inline.hpp           psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
psPromotionLAB.cpp                      mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
psPromotionLAB.cpp                      oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
psPromotionLAB.cpp                      parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
psPromotionLAB.cpp                      psPromotionLAB.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
psPromotionLAB.hpp                      allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
psPromotionLAB.hpp                      objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
psScavenge.cpp                          psAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
psScavenge.cpp                          biasedLocking.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
psScavenge.cpp                          cardTableExtension.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
psScavenge.cpp                          fprofiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
psScavenge.cpp                          gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
psScavenge.cpp                          gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
psScavenge.cpp                          gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
psScavenge.cpp                          handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
psScavenge.cpp                          isGCActiveMark.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
psScavenge.cpp                          oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
psScavenge.cpp                          oop.psgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
psScavenge.cpp                          memoryService.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
psScavenge.cpp                          parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
psScavenge.cpp                          psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
psScavenge.cpp                          psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
psScavenge.cpp                          psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
psScavenge.cpp                          psTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
psScavenge.cpp                          referencePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
psScavenge.cpp                          referenceProcessor.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
psScavenge.cpp                          resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
psScavenge.cpp                          threadCritical.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
psScavenge.cpp                          vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
psScavenge.cpp                          vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
psScavenge.hpp                          allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
psScavenge.hpp                          cardTableExtension.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
psScavenge.hpp                          collectorCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
psScavenge.hpp                          oop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
psScavenge.hpp                          psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
psScavenge.inline.hpp                   cardTableExtension.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   365
psScavenge.inline.hpp                   parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   366
psScavenge.inline.hpp                   psPromotionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
psScavenge.inline.hpp                   psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
pcTasks.cpp                             collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
pcTasks.cpp                             fprofiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
pcTasks.cpp                             jniHandles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
pcTasks.cpp                             jvmtiExport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
pcTasks.cpp                             management.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
pcTasks.cpp                             psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
pcTasks.cpp                             pcTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
pcTasks.cpp                             oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
pcTasks.cpp                             oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
pcTasks.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
pcTasks.cpp                             taskqueue.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
pcTasks.cpp                             thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
pcTasks.cpp                             universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
pcTasks.cpp                             vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
489c9b5090e2 Initial load
duke
parents:
diff changeset
   384
pcTasks.hpp				gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   385
pcTasks.hpp				psTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   386
489c9b5090e2 Initial load
duke
parents:
diff changeset
   387
psTasks.cpp                             cardTableExtension.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   388
psTasks.cpp                             fprofiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
psTasks.cpp                             gcTaskManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
psTasks.cpp                             iterator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   391
psTasks.cpp                             management.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
psTasks.cpp                             oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   393
psTasks.cpp                             oop.psgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   394
psTasks.cpp                             psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   395
psTasks.cpp                             psPromotionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   396
psTasks.cpp                             psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
psTasks.cpp                             psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
psTasks.cpp                             psTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   399
psTasks.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   400
psTasks.cpp                             taskqueue.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
psTasks.cpp                             thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
psTasks.cpp                             universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
psTasks.cpp                             vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
psTasks.hpp                             allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   406
psTasks.hpp                             growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   407
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
psVirtualspace.hpp			virtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
489c9b5090e2 Initial load
duke
parents:
diff changeset
   410
psVirtualspace.cpp			os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   411
psVirtualspace.cpp                      os_<os_family>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   412
psVirtualspace.cpp			psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   413
psVirtualspace.cpp			virtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   414
489c9b5090e2 Initial load
duke
parents:
diff changeset
   415
psYoungGen.cpp                          gcUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   416
psYoungGen.cpp                          java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
psYoungGen.cpp                          oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
psYoungGen.cpp                          parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   419
psYoungGen.cpp                          psMarkSweepDecorator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   420
psYoungGen.cpp                          psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   421
psYoungGen.cpp                          psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   422
psYoungGen.cpp				mutableNUMASpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   423
489c9b5090e2 Initial load
duke
parents:
diff changeset
   424
psYoungGen.hpp                          psGenerationCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   425
psYoungGen.hpp                          mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
psYoungGen.hpp                          objectStartArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   427
psYoungGen.hpp                          spaceCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
psYoungGen.hpp                          psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   429
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
vmPSOperations.cpp                      dtrace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   431
vmPSOperations.cpp                      parallelScavengeHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
vmPSOperations.cpp                      gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
vmPSOperations.cpp                      psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
vmPSOperations.cpp                      psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
vmPSOperations.cpp                      psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   436
vmPSOperations.cpp                      vmPSOperations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   437
489c9b5090e2 Initial load
duke
parents:
diff changeset
   438
vmPSOperations.hpp                      gcCause.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
vmPSOperations.hpp                      parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   440
vmPSOperations.hpp                      vmGCOperations.hpp