hotspot/src/share/vm/includeDB_gc_parallel
author kamg
Thu, 17 Apr 2008 22:18:15 -0400
changeset 363 99d43e8a76ad
parent 1 489c9b5090e2
child 1374 4c24294029a9
permissions -rw-r--r--
6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
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
collectorPolicy.cpp                     cmsAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
collectorPolicy.cpp                     cmsGCAdaptivePolicyCounters.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
compiledICHolderKlass.cpp               oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
genCollectedHeap.cpp                    concurrentMarkSweepThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
genCollectedHeap.cpp                    vmCMSOperations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
generationSpec.cpp                      asParNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
generationSpec.cpp                      cmsPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
generationSpec.cpp                      parNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
heapDumper.cpp                          parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
heapInspection.cpp                      parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
instanceKlass.cpp                       oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
instanceKlass.cpp                       psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
instanceKlass.cpp                       psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
instanceKlass.cpp                       parOopClosures.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
instanceKlassKlass.cpp                  cardTableRS.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
instanceKlassKlass.cpp                  oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
instanceKlassKlass.cpp                  psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
instanceKlassKlass.cpp                  psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
instanceKlassKlass.cpp                  parOopClosures.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
instanceRefKlass.cpp                    oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
instanceRefKlass.cpp                    psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
instanceRefKlass.cpp                    psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
instanceRefKlass.cpp                    parOopClosures.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
java.cpp                                concurrentMarkSweepThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
java.cpp                                psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
java.cpp                                psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
jvmtiExport.cpp                         psMarkSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
jvmtiTagMap.cpp                         parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
klassKlass.cpp                          oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
klass.hpp                               cmsOopClosures.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
klass.hpp                               parOopClosures.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
memoryPool.hpp                          compactibleFreeListSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
memoryService.cpp                       cmsPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
memoryService.cpp                       concurrentMarkSweepGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
memoryService.cpp                       parNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
memoryService.cpp                       parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
memoryService.cpp                       psMemoryPool.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
memoryService.cpp                       psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
memoryService.cpp                       psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
memoryService.cpp                       psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
methodDataKlass.cpp                     oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
methodDataKlass.cpp                     psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
objArrayKlass.cpp                       oop.pcgc.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
objArrayKlass.cpp                       psPromotionManager.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
objArrayKlass.cpp                       psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
objArrayKlass.cpp                       parOopClosures.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
oop.pcgc.inline.hpp                     parNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
oop.pcgc.inline.hpp                     parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
oop.pcgc.inline.hpp                     psCompactionManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
oop.pcgc.inline.hpp                     psParallelCompact.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
oop.pcgc.inline.hpp                     psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
oop.pcgc.inline.hpp                     psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
oop.psgc.inline.hpp                     parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
oop.psgc.inline.hpp                     psScavenge.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
oop.psgc.inline.hpp                     psScavenge.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
psMemoryPool.cpp                        handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
psMemoryPool.cpp                        javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
psMemoryPool.cpp                        lowMemoryDetector.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
psMemoryPool.cpp                        management.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
psMemoryPool.cpp                        memoryManager.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
psMemoryPool.cpp                        oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
psMemoryPool.cpp                        psMemoryPool.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
psMemoryPool.cpp                        psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
psMemoryPool.cpp                        systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
psMemoryPool.cpp                        vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
psMemoryPool.hpp                        defNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
psMemoryPool.hpp                        heap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
psMemoryPool.hpp                        memoryUsage.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
psMemoryPool.hpp                        memoryPool.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
psMemoryPool.hpp                        mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
psMemoryPool.hpp                        psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
psMemoryPool.hpp                        psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
psMemoryPool.hpp                        space.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
safepoint.cpp                           concurrentGCThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
safepoint.cpp                           concurrentMarkSweepThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
thread.cpp                              concurrentMarkSweepThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
thread.cpp                              pcTasks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
universe.cpp                            parallelScavengeHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
universe.cpp                            cmsCollectorPolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
universe.cpp                            cmsAdaptiveSizePolicy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
vmStructs.cpp                           asPSOldGen.hpp            
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
vmStructs.cpp                           asPSYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
vmStructs.cpp                           cmsPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
vmStructs.cpp                           compactibleFreeListSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
vmStructs.cpp                           concurrentMarkSweepGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
vmStructs.cpp                           concurrentMarkSweepThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
vmStructs.cpp                           parNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
vmStructs.cpp                           parallelScavengeHeap.hpp   
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
vmStructs.cpp                           psOldGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
vmStructs.cpp                           psPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
vmStructs.cpp                           psVirtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
vmStructs.cpp                           psYoungGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
vmStructs.cpp                           vmStructs_cms.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
vmStructs.cpp                           vmStructs_parallelgc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
vmStructs.cpp                           vmStructs_parNew.hpp