hotspot/src/share/vm/includeDB_features
author acorn
Fri, 22 Oct 2010 15:59:34 -0400
changeset 6975 dc9b63952682
parent 5547 f4b087cbb361
child 7123 523bb0f29d61
permissions -rw-r--r--
6988353: refactor contended sync subsystem Summary: reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
//
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3262
diff changeset
     2
// Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
1
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
//
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3262
diff changeset
    19
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3262
diff changeset
    20
// or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3262
diff changeset
    21
// questions.
1
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
attachListener.cpp                      arguments.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
attachListener.cpp                      attachListener.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
attachListener.cpp                      globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
attachListener.cpp                      heapDumper.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    29
attachListener.cpp                      java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
attachListener.cpp                      javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
attachListener.cpp                      javaClasses.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
attachListener.cpp                      jvmtiExport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
attachListener.cpp                      os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
attachListener.cpp                      resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
attachListener.cpp                      systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
attachListener.cpp                      vmGCOperations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
attachListener_<os_family>.cpp          attachListener.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
attachListener_<os_family>.cpp          dtraceAttacher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
attachListener_<os_family>.cpp          interfaceSupport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
attachListener_<os_family>.cpp          os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
dump.cpp                                classify.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
dump.cpp                                copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
dump.cpp                                filemap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
dump.cpp                                javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
dump.cpp                                javaClasses.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
dump.cpp                                loaderConstraints.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
dump.cpp                                methodDataOop.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2105
diff changeset
    50
dump.cpp                                oop.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
dump.cpp                                oopFactory.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
dump.cpp                                resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
dump.cpp                                signature.hpp
971
f0b20be4165d 6672698: mangle_unused_area() should not remangle the entire heap at each collection.
jmasa
parents: 1
diff changeset
    54
dump.cpp                                spaceDecorator.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
dump.cpp                                symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
dump.cpp                                systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
dump.cpp                                vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
dump.cpp                                vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
1066
717c3345024f 5108146: Merge i486 and amd64 cpu directories
never
parents: 971
diff changeset
    60
dump_<arch_model>.cpp                   assembler_<arch>.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
dump_<arch_model>.cpp                   compactingPermGenGen.hpp
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1618
diff changeset
    62
dump_<arch_model>.cpp                   generation.inline.hpp
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1618
diff changeset
    63
dump_<arch_model>.cpp                   space.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
forte.cpp                               collectedHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
forte.cpp                               debugInfoRec.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
forte.cpp                               forte.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
forte.cpp                               oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
forte.cpp                               oop.inline2.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
forte.cpp                               pcDesc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
forte.cpp                               space.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
forte.cpp                               thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
forte.cpp                               universe.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
forte.cpp                               vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
forte.cpp                               vframeArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
fprofiler.cpp                           allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
fprofiler.cpp                           classLoader.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
fprofiler.cpp                           collectedHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
fprofiler.cpp                           deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
fprofiler.cpp                           fprofiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
fprofiler.cpp                           interpreter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
fprofiler.cpp                           macros.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
fprofiler.cpp                           mutexLocker.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
fprofiler.cpp                           oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
fprofiler.cpp                           oop.inline2.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
fprofiler.cpp                           stubCodeGenerator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
fprofiler.cpp                           stubRoutines.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
fprofiler.cpp                           symbolOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
fprofiler.cpp                           task.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
fprofiler.cpp                           universe.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
fprofiler.cpp                           vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
fprofiler.cpp                           vtableStubs.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
heapDumper.cpp                          genCollectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
heapDumper.cpp                          heapDumper.hpp 
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
heapDumper.cpp                          javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
heapDumper.cpp                          jniHandles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
heapDumper.cpp                          objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
heapDumper.cpp                          ostream.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
heapDumper.cpp                          reflectionUtils.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
heapDumper.cpp                          symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
heapDumper.cpp                          systemDictionary.hpp
1428
147c6bcaa316 6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
mchung
parents: 1066
diff changeset
   104
heapDumper.cpp                          threadService.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
heapDumper.cpp                          universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
heapDumper.cpp                          vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
heapDumper.cpp                          vmGCOperations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
heapDumper.cpp                          vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
heapDumper.cpp                          vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
heapDumper.cpp                          vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
heapInspection.cpp                      collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
heapInspection.cpp                      genCollectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
heapInspection.cpp                      globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
heapInspection.cpp                      heapInspection.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
heapInspection.cpp                      klassOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
heapInspection.cpp                      os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
heapInspection.cpp                      resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
1618
2d86b9b84aa5 6739363: Xcheck jni doesn't check native function arguments
poonam
parents: 1429
diff changeset
   120
javaCalls.cpp                           jniCheck.hpp
2d86b9b84aa5 6739363: Xcheck jni doesn't check native function arguments
poonam
parents: 1429
diff changeset
   121
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
jniCheck.cpp                            fieldDescriptor.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
jniCheck.cpp                            handles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
jniCheck.cpp                            instanceKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
jniCheck.cpp                            interfaceSupport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
jniCheck.cpp                            jfieldIDWorkaround.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
jniCheck.cpp                            jni.h
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
jniCheck.cpp                            jniCheck.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
jniCheck.cpp                            jniTypes_<arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
jniCheck.cpp                            jvm_misc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
jniCheck.cpp                            oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
jniCheck.cpp                            symbolOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
jniCheck.cpp                            systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
jniCheck.cpp                            thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
jniCheck.cpp                            vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
jvmtiCodeBlobEvents.cpp                 codeBlob.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
jvmtiCodeBlobEvents.cpp                 codeCache.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
jvmtiCodeBlobEvents.cpp                 handles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
jvmtiCodeBlobEvents.cpp                 handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
jvmtiCodeBlobEvents.cpp                 jvmtiCodeBlobEvents.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
jvmtiCodeBlobEvents.cpp                 jvmtiExport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
jvmtiCodeBlobEvents.cpp                 oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
jvmtiCodeBlobEvents.cpp                 resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
jvmtiCodeBlobEvents.cpp                 scopeDesc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
jvmtiCodeBlobEvents.cpp                 vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
jvmtiCodeBlobEvents.hpp                 jvmti.h
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
jvmtiExtensions.cpp                     jvmtiExport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
jvmtiExtensions.cpp                     jvmtiExtensions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
jvmtiExtensions.hpp                     allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
jvmtiExtensions.hpp                     jvmti.h
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
jvmtiExtensions.hpp                     jvmtiEnv.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
jvmtiImpl.cpp                           exceptions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
jvmtiImpl.cpp                           handles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
jvmtiImpl.cpp                           handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
jvmtiImpl.cpp                           instanceKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
jvmtiImpl.cpp                           interfaceSupport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
jvmtiImpl.cpp                           interpreter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
jvmtiImpl.cpp                           javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
jvmtiImpl.cpp                           jvmtiAgentThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
jvmtiImpl.cpp                           jvmtiEnv.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
jvmtiImpl.cpp                           jvmtiEventController.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
jvmtiImpl.cpp                           jvmtiImpl.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
jvmtiImpl.cpp                           jvmtiRedefineClasses.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
jvmtiImpl.cpp                           resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
jvmtiImpl.cpp                           signature.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
jvmtiImpl.cpp                           systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
jvmtiImpl.cpp                           thread_<os_family>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
jvmtiImpl.cpp                           vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
jvmtiImpl.cpp                           vframe_hp.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
jvmtiImpl.cpp                           vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
jvmtiImpl.hpp                           jvmti.h
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
jvmtiImpl.hpp                           jvmtiEnvThreadState.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
jvmtiImpl.hpp                           jvmtiEventController.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
jvmtiImpl.hpp                           jvmtiTrace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
jvmtiImpl.hpp                           jvmtiUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
jvmtiImpl.hpp                           objArrayOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
jvmtiImpl.hpp                           stackValueCollection.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
jvmtiImpl.hpp                           systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
jvmtiImpl.hpp                           vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
6975
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   187
jvmtiRawMonitor.cpp                     interfaceSupport.hpp
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   188
jvmtiRawMonitor.cpp                     jvmtiRawMonitor.hpp
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   189
jvmtiRawMonitor.cpp                     thread.hpp
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   190
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   191
jvmtiRawMonitor.hpp                     growableArray.hpp
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   192
jvmtiRawMonitor.hpp                     objectMonitor.hpp
dc9b63952682 6988353: refactor contended sync subsystem
acorn
parents: 5547
diff changeset
   193
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
jvmtiTagMap.cpp                         biasedLocking.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
jvmtiTagMap.cpp                         javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
jvmtiTagMap.cpp                         jniHandles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
jvmtiTagMap.cpp                         jvmtiEnv.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
jvmtiTagMap.cpp                         jvmtiEventController.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
jvmtiTagMap.cpp                         jvmtiEventController.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
jvmtiTagMap.cpp                         jvmtiExport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
jvmtiTagMap.cpp                         jvmtiImpl.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
jvmtiTagMap.cpp                         jvmtiTagMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
jvmtiTagMap.cpp                         mutex.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
jvmtiTagMap.cpp                         mutexLocker.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
jvmtiTagMap.cpp                         objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
jvmtiTagMap.cpp                         oop.inline2.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
jvmtiTagMap.cpp                         reflectionUtils.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
jvmtiTagMap.cpp                         serviceUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
jvmtiTagMap.cpp                         symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
jvmtiTagMap.cpp                         systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
jvmtiTagMap.cpp                         vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
jvmtiTagMap.cpp                         vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
jvmtiTagMap.cpp                         vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
jvmtiTagMap.cpp                         vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
jvmtiTagMap.hpp                         allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
jvmtiTagMap.hpp                         collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
jvmtiTagMap.hpp                         genCollectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
jvmtiTagMap.hpp                         jvmti.h
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
jvmtiTagMap.hpp                         jvmtiEnv.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
jvmtiTagMap.hpp                         universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
jvmtiTrace.cpp                          jvmtiEnv.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
jvmtiTrace.cpp                          jvmtiTrace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
jvmtiTrace.hpp                          jvmti.h
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
jvmtiTrace.hpp                          jvmtiEnvThreadState.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
jvmtiTrace.hpp                          jvmtiEventController.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
jvmtiTrace.hpp                          jvmtiUtil.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
jvmtiTrace.hpp                          objArrayOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
jvmtiTrace.hpp                          stackValueCollection.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
jvmtiTrace.hpp                          systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
jvmtiTrace.hpp                          vm_operations.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
restore.cpp                             filemap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
restore.cpp                             hashtable.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
restore.cpp                             oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
restore.cpp                             symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
restore.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
serialize.cpp                           classify.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
serialize.cpp                           codeCache.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
serialize.cpp                           compactingPermGenGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
serialize.cpp                           compiledICHolderOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
serialize.cpp                           methodDataOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
serialize.cpp                           objArrayOop.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2105
diff changeset
   247
serialize.cpp                           oop.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
serialize.cpp                           symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
serialize.cpp                           systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
vmStructs.cpp                           arguments.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
vmStructs.cpp                           arrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
vmStructs.cpp                           arrayKlassKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
vmStructs.cpp                           arrayOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
vmStructs.cpp                           bytecodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
vmStructs.cpp                           bytecodeInterpreter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
vmStructs.cpp                           cardTableRS.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
vmStructs.cpp                           codeBlob.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
vmStructs.cpp                           codeCache.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
vmStructs.cpp                           collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
vmStructs.cpp                           compactPermGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
vmStructs.cpp                           compiledICHolderKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
vmStructs.cpp                           compiledICHolderOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
vmStructs.cpp                           compressedStream.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
vmStructs.cpp                           constMethodKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
vmStructs.cpp                           constMethodOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
vmStructs.cpp                           constantPoolKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
vmStructs.cpp                           constantPoolOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
vmStructs.cpp                           cpCacheKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
vmStructs.cpp                           cpCacheOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
vmStructs.cpp                           defNewGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
vmStructs.cpp                           dictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
vmStructs.cpp                           freeBlockDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
vmStructs.cpp                           genCollectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
vmStructs.cpp                           generation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
vmStructs.cpp                           generationSpec.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
vmStructs.cpp                           globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
vmStructs.cpp                           globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
vmStructs.cpp                           hashtable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   280
vmStructs.cpp                           heap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
vmStructs.cpp                           immutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
vmStructs.cpp                           instanceKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
vmStructs.cpp                           instanceKlassKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
vmStructs.cpp                           instanceOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
vmStructs.cpp                           interpreter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
vmStructs.cpp                           java.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
vmStructs.cpp                           javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
vmStructs.cpp                           javaClasses.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
vmStructs.cpp                           jvmtiAgentThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
vmStructs.cpp                           klass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
vmStructs.cpp                           klassOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
vmStructs.cpp                           loaderConstraints.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
vmStructs.cpp                           location.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
vmStructs.cpp                           markOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
vmStructs.cpp                           markSweep.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
vmStructs.cpp                           methodDataKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
vmStructs.cpp                           methodDataOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
vmStructs.cpp                           methodKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
vmStructs.cpp                           methodOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
vmStructs.cpp                           mutableSpace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
vmStructs.cpp                           nmethod.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
vmStructs.cpp                           objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
vmStructs.cpp                           objArrayKlassKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
vmStructs.cpp                           objArrayOop.hpp
3262
30d1c247fc25 6700789: G1: Enable use of compressed oops with G1 heaps
ysr
parents: 2105
diff changeset
   305
vmStructs.cpp                           oop.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
vmStructs.cpp                           oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
vmStructs.cpp                           pcDesc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
vmStructs.cpp                           perfMemory.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
vmStructs.cpp                           permGen.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
vmStructs.cpp                           placeholders.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
vmStructs.cpp                           sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
vmStructs.cpp                           space.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
vmStructs.cpp                           stubRoutines.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
vmStructs.cpp                           stubs.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
vmStructs.cpp                           symbolKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
vmStructs.cpp                           symbolOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
vmStructs.cpp                           symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
vmStructs.cpp                           systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
vmStructs.cpp                           tenuredGeneration.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
vmStructs.cpp                           thread_<os_family>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
vmStructs.cpp                           typeArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
vmStructs.cpp                           typeArrayKlassKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
vmStructs.cpp                           typeArrayOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
vmStructs.cpp                           universe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
vmStructs.cpp                           virtualspace.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
vmStructs.cpp                           vmStructs.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
vmStructs.cpp                           vmStructs_<arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
vmStructs.cpp                           vmStructs_<os_arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
vmStructs.cpp                           vmreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
vmStructs.cpp                           watermark.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
vmStructs.hpp                           debug.hpp