hotspot/src/share/vm/includeDB_compiler2
author kvn
Wed, 11 Aug 2010 10:48:20 -0700
changeset 6188 95ea4d66089a
parent 5928 f6e69b46e9e3
child 6416 d49b65c9425a
child 6433 b0e4fafdc38b
permissions -rw-r--r--
6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86 Summary: Recompile without subsuming loads if RA try to clone a node with anti_dependence. Reviewed-by: never
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: 4750
diff changeset
     2
// Copyright (c) 2000, 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: 4750
diff changeset
    19
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4750
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: 4750
diff changeset
    21
// questions.
206
d61cf247afd5 6667580: Optimize CmpP for allocations
kvn
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
ad_<arch_model>.cpp                     adGlobals_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    26
ad_<arch_model>.cpp                     ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    27
ad_<arch_model>.cpp                     allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    28
ad_<arch_model>.cpp                     assembler.hpp
1066
717c3345024f 5108146: Merge i486 and amd64 cpu directories
never
parents: 781
diff changeset
    29
ad_<arch_model>.cpp                     assembler_<arch>.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    30
ad_<arch_model>.cpp                     biasedLocking.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    31
ad_<arch_model>.cpp                     cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
ad_<arch_model>.cpp                     collectedHeap.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
ad_<arch_model>.cpp                     compiledICHolderOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
ad_<arch_model>.cpp                     growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
ad_<arch_model>.cpp                     locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
ad_<arch_model>.cpp                     markOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
ad_<arch_model>.cpp                     methodOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
ad_<arch_model>.cpp                     nativeInst_<arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
ad_<arch_model>.cpp                     oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
ad_<arch_model>.cpp                     oop.inline2.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
ad_<arch_model>.cpp                     opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
ad_<arch_model>.cpp                     regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
ad_<arch_model>.cpp                     regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
ad_<arch_model>.cpp                     runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
ad_<arch_model>.cpp                     sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
ad_<arch_model>.cpp                     stubRoutines.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
ad_<arch_model>.cpp                     vmreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
ad_<arch_model>.cpp                     vmreg_<arch>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
ad_<arch_model>.hpp                     addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
ad_<arch_model>.hpp                     machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
ad_<arch_model>.hpp                     matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
ad_<arch_model>.hpp                     opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
ad_<arch_model>.hpp                     regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
ad_<arch_model>.hpp                     resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
ad_<arch_model>.hpp                     subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
ad_<arch_model>.hpp                     vectornode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
ad_<arch_model>_clone.cpp               ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
ad_<arch_model>_expand.cpp              ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
ad_<arch_model>_format.cpp              ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
ad_<arch_model>_gen.cpp                 ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
ad_<arch_model>_gen.cpp                 cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
ad_<arch_model>_gen.cpp                 locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
ad_<arch_model>_misc.cpp                ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
ad_<arch_model>_peephole.cpp            ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
ad_<arch_model>_pipeline.cpp            ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
addnode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
addnode.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
addnode.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
addnode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
addnode.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
addnode.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
addnode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
addnode.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
addnode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
addnode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
addnode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
adlcVMDeps.hpp                          allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
allocation.hpp                          c2_globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
5928
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    92
bcEscapeAnalyzer.cpp                    bcEscapeAnalyzer.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    93
bcEscapeAnalyzer.cpp                    bitMap.inline.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    94
bcEscapeAnalyzer.cpp                    bytecode.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    95
bcEscapeAnalyzer.cpp                    ciConstant.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    96
bcEscapeAnalyzer.cpp                    ciField.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    97
bcEscapeAnalyzer.cpp                    ciMethodBlocks.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    98
bcEscapeAnalyzer.cpp                    ciStreams.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
    99
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   100
bcEscapeAnalyzer.hpp                    allocation.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   101
bcEscapeAnalyzer.hpp                    ciMethod.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   102
bcEscapeAnalyzer.hpp                    ciMethodData.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   103
bcEscapeAnalyzer.hpp                    dependencies.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   104
bcEscapeAnalyzer.hpp                    growableArray.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   105
bcEscapeAnalyzer.hpp                    vectset.hpp
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   106
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
block.cpp                               allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
block.cpp                               block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
block.cpp                               cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
block.cpp                               chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
block.cpp                               copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
block.cpp                               loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
block.cpp                               machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
block.cpp                               matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
block.cpp                               opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
block.cpp                               rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
block.cpp                               vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
block.hpp                               multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
block.hpp                               node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
block.hpp                               phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
buildOopMap.cpp                         addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
buildOopMap.cpp                         callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
buildOopMap.cpp                         compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
buildOopMap.cpp                         machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
buildOopMap.cpp                         matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
buildOopMap.cpp                         oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
buildOopMap.cpp                         phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
buildOopMap.cpp                         regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
buildOopMap.cpp                         rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
buildOopMap.cpp                         vmreg_<arch>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
bytecodeInfo.cpp                        callGenerator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
bytecodeInfo.cpp                        compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
bytecodeInfo.cpp                        handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
bytecodeInfo.cpp                        linkResolver.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
bytecodeInfo.cpp                        objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
bytecodeInfo.cpp                        parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
bytecodeInfo.cpp                        systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
bytecodeInfo.cpp                        vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
bytecodeInterpreter.hpp                 methodDataOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
c2_globals.cpp                          c2_globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
c2_globals.hpp                          c2_globals_<arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
c2_globals.hpp                          c2_globals_<os_family>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
c2_globals.hpp                          globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
c2_globals_<arch>.hpp                   globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
c2_globals_<arch>.hpp                   macros.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
c2_globals_<os_family>.hpp              globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
c2_globals_<os_family>.hpp              macros.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
c2_init_<arch>.cpp                      compile.hpp
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1404
diff changeset
   158
c2_init_<arch>.cpp                      node.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
c2compiler.cpp                          ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
c2compiler.cpp                          c2compiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
c2compiler.cpp                          runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
c2compiler.hpp                          abstractCompiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
callGenerator.cpp                       addnode.hpp
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   167
callGenerator.cpp                       bcEscapeAnalyzer.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
callGenerator.cpp                       callGenerator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
callGenerator.cpp                       callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
callGenerator.cpp                       cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
callGenerator.cpp                       compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
callGenerator.cpp                       connode.hpp
4566
b363f6ef4068 6829187: compiler optimizations required for JSR 292
twisti
parents: 4450
diff changeset
   173
callGenerator.cpp                       ciCPCache.hpp
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4566
diff changeset
   174
callGenerator.cpp                       ciMethodHandle.hpp
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4566
diff changeset
   175
callGenerator.cpp                       javaClasses.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
callGenerator.cpp                       parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
callGenerator.cpp                       rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
callGenerator.cpp                       runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
callGenerator.cpp                       subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
callGenerator.hpp                       callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
callGenerator.hpp                       compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
callGenerator.hpp                       deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
callGenerator.hpp                       type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
callnode.cpp                            callnode.hpp
238
803c80713999 6674588: (Escape Analysis) Improve Escape Analysis code
kvn
parents: 211
diff changeset
   187
callnode.cpp                            bcEscapeAnalyzer.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
callnode.cpp                            escape.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
callnode.cpp                            locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
callnode.cpp                            machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
callnode.cpp                            matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
callnode.cpp                            oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
callnode.cpp                            parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
callnode.cpp                            regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
callnode.cpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
callnode.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
callnode.cpp                            runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
callnode.hpp                            connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
callnode.hpp                            mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
callnode.hpp                            multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
callnode.hpp                            opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
callnode.hpp                            phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
callnode.hpp                            type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
cfgnode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
cfgnode.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
cfgnode.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
cfgnode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
cfgnode.cpp                             loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
cfgnode.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
cfgnode.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
cfgnode.cpp                             objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
cfgnode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
cfgnode.cpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
cfgnode.cpp                             runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
cfgnode.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
cfgnode.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
cfgnode.hpp                             multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
cfgnode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
cfgnode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
cfgnode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
chaitin.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
chaitin.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
chaitin.cpp                             block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
chaitin.cpp                             callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
chaitin.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
chaitin.cpp                             chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
chaitin.cpp                             coalesce.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
chaitin.cpp                             compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
chaitin.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
chaitin.cpp                             indexSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
chaitin.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
chaitin.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
chaitin.cpp                             oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
chaitin.cpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
chaitin.cpp                             rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
chaitin.hpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
chaitin.hpp                             live.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
chaitin.hpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
chaitin.hpp                             phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
chaitin.hpp                             port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
chaitin.hpp                             regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
chaitin.hpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
chaitin.hpp                             resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
chaitin.hpp                             vmreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
chaitin_<os_family>.cpp                 chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
chaitin_<os_family>.cpp                 machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
ciEnv.cpp                               compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
ciEnv.cpp                               runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
5928
f6e69b46e9e3 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn
parents: 5547
diff changeset
   257
ciMethod.cpp                            bcEscapeAnalyzer.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
ciMethod.cpp                            ciTypeFlow.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
ciMethod.cpp                            methodOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
ciTypeFlow.cpp                          allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
ciTypeFlow.cpp                          bytecode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
ciTypeFlow.cpp                          bytecodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
ciTypeFlow.cpp                          ciConstant.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
ciTypeFlow.cpp                          ciField.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
ciTypeFlow.cpp                          ciMethod.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
ciTypeFlow.cpp                          ciMethodData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
ciTypeFlow.cpp                          ciObjArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
ciTypeFlow.cpp                          ciStreams.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
ciTypeFlow.cpp                          ciTypeArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
ciTypeFlow.cpp                          ciTypeFlow.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
ciTypeFlow.cpp                          compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
ciTypeFlow.cpp                          deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
ciTypeFlow.cpp                          growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
ciTypeFlow.hpp                          ciEnv.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
ciTypeFlow.hpp                          ciKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
ciTypeFlow.hpp                          ciMethodBlocks.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
489c9b5090e2 Initial load
duke
parents:
diff changeset
   280
classes.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
classes.cpp                             callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
classes.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
classes.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
classes.cpp                             divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
classes.cpp                             locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
classes.cpp                             loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
classes.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
classes.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
classes.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
classes.cpp                             multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
classes.cpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
classes.cpp                             rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
classes.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
classes.cpp                             vectornode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
classes.hpp                             top.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
coalesce.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
coalesce.cpp                            block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
coalesce.cpp                            cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
coalesce.cpp                            chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
coalesce.cpp                            coalesce.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
coalesce.cpp                            connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
coalesce.cpp                            indexSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
coalesce.cpp                            machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
coalesce.cpp                            matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
coalesce.cpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
coalesce.hpp                            phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
compile.cpp                             ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
compile.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
compile.cpp                             arguments.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
compile.cpp                             assembler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
compile.cpp                             block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
compile.cpp                             c2compiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
compile.cpp                             callGenerator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
compile.cpp                             callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
compile.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
compile.cpp                             chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
compile.cpp                             compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
compile.cpp                             compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
compile.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
compile.cpp                             copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
compile.cpp                             divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
compile.cpp                             escape.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
compile.cpp                             exceptionHandlerTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
compile.cpp                             loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
compile.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
compile.cpp                             macro.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
compile.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
compile.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
compile.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
compile.cpp                             nmethod.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
compile.cpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
compile.cpp                             oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
compile.cpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
compile.cpp                             output.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
compile.cpp                             parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
compile.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
compile.cpp                             rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
compile.cpp                             runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
compile.cpp                             signature.hpp
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   344
compile.cpp                             stringopts.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
compile.cpp                             stubRoutines.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
compile.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
compile.cpp                             timer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
compile.cpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
compile.cpp                             vectornode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
compile.hpp                             codeBuffer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
compile.hpp                             compilerInterface.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
compile.hpp                             compilerOracle.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
compile.hpp                             debugInfoRec.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
compile.hpp                             deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
compile.hpp                             dict.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
compile.hpp                             exceptionHandlerTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
compile.hpp                             idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
compile.hpp                             phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
compile.hpp                             port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
compile.hpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
compile.hpp                             resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
compile.hpp                             vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
compile.hpp                             vmThread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   365
489c9b5090e2 Initial load
duke
parents:
diff changeset
   366
compileBroker.cpp                       c2compiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
connode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
connode.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
connode.cpp                             compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
connode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
connode.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
connode.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
connode.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
connode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
connode.cpp                             sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
connode.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
connode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
connode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
connode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
deoptimization.cpp                      ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   384
489c9b5090e2 Initial load
duke
parents:
diff changeset
   385
dfa_<arch_model>.cpp                    ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   386
dfa_<arch_model>.cpp                    matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   387
dfa_<arch_model>.cpp                    opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   388
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
dict.cpp                                allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
dict.cpp                                dict.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   391
dict.cpp                                resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
dict.cpp                                thread.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   393
489c9b5090e2 Initial load
duke
parents:
diff changeset
   394
dict.hpp                                port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   395
489c9b5090e2 Initial load
duke
parents:
diff changeset
   396
divnode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
divnode.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
divnode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   399
divnode.cpp                             divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   400
divnode.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
divnode.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
divnode.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
divnode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
divnode.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
489c9b5090e2 Initial load
duke
parents:
diff changeset
   406
divnode.hpp                             multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   407
divnode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
divnode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
divnode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   410
489c9b5090e2 Initial load
duke
parents:
diff changeset
   411
doCall.cpp                              addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   412
doCall.cpp                              callGenerator.hpp
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4566
diff changeset
   413
doCall.cpp                              ciCallSite.hpp
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4566
diff changeset
   414
doCall.cpp                              ciCPCache.hpp
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4566
diff changeset
   415
doCall.cpp                              ciMethodHandle.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   416
doCall.cpp                              cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
doCall.cpp                              compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
doCall.cpp                              linkResolver.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   419
doCall.cpp                              mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   420
doCall.cpp                              nativeLookup.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   421
doCall.cpp                              parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   422
doCall.cpp                              rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   423
doCall.cpp                              runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   424
doCall.cpp                              sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   425
doCall.cpp                              subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
doCall.cpp                              vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   427
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
domgraph.cpp                            allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   429
domgraph.cpp                            block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
domgraph.cpp                            machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   431
domgraph.cpp                            phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
domgraph.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
domgraph.cpp                            vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
escape.cpp                              allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   436
escape.cpp                              bcEscapeAnalyzer.hpp
211
e2b60448c234 6667610: (Escape Analysis) retry compilation without EA if it fails
kvn
parents: 206
diff changeset
   437
escape.cpp                              c2compiler.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   438
escape.cpp                              callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
escape.cpp                              cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   440
escape.cpp                              compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   441
escape.cpp                              escape.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   442
escape.cpp                              phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   443
escape.cpp                              rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   444
escape.cpp                              vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
escape.hpp                              addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   447
escape.hpp                              growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
escape.hpp                              node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
489c9b5090e2 Initial load
duke
parents:
diff changeset
   450
frame.hpp                               adGlobals_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   451
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
gcm.cpp                                 ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
gcm.cpp                                 allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
gcm.cpp                                 block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   455
gcm.cpp                                 c2compiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
gcm.cpp                                 callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   457
gcm.cpp                                 cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   458
gcm.cpp                                 deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   459
gcm.cpp                                 machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   460
gcm.cpp                                 opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   461
gcm.cpp                                 phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   462
gcm.cpp                                 rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   463
gcm.cpp                                 runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   464
gcm.cpp                                 vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   465
489c9b5090e2 Initial load
duke
parents:
diff changeset
   466
generateOptoStub.cpp                    addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   467
generateOptoStub.cpp                    callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   468
generateOptoStub.cpp                    cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   469
generateOptoStub.cpp                    compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   470
generateOptoStub.cpp                    connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   471
generateOptoStub.cpp                    locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   472
generateOptoStub.cpp                    memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   473
generateOptoStub.cpp                    mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   474
generateOptoStub.cpp                    node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   475
generateOptoStub.cpp                    parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   476
generateOptoStub.cpp                    phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   477
generateOptoStub.cpp                    rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   478
generateOptoStub.cpp                    runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   479
generateOptoStub.cpp                    type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   480
489c9b5090e2 Initial load
duke
parents:
diff changeset
   481
globals.hpp                             c2_globals_<arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   482
globals.hpp                             c2_globals_<os_family>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   483
489c9b5090e2 Initial load
duke
parents:
diff changeset
   484
globals.cpp                             c2_globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   485
489c9b5090e2 Initial load
duke
parents:
diff changeset
   486
graphKit.cpp                            addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   487
graphKit.cpp                            barrierSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   488
graphKit.cpp                            cardTableModRefBS.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 238
diff changeset
   489
graphKit.cpp                            g1SATBCardTableModRefBS.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   490
graphKit.cpp                            collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   491
graphKit.cpp                            compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   492
graphKit.cpp                            deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   493
graphKit.cpp                            graphKit.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 238
diff changeset
   494
graphKit.cpp                            heapRegion.hpp
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 238
diff changeset
   495
graphKit.cpp                            idealKit.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   496
graphKit.cpp                            locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   497
graphKit.cpp                            machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   498
graphKit.cpp                            parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   499
graphKit.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   500
graphKit.cpp                            runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   501
graphKit.cpp                            sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   502
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   503
graphKit.hpp                            addnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   504
graphKit.hpp                            callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   505
graphKit.hpp                            cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   506
graphKit.hpp                            ciEnv.hpp
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   507
graphKit.hpp                            divnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   508
graphKit.hpp                            compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   509
graphKit.hpp                            deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   510
graphKit.hpp                            phaseX.hpp
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   511
graphKit.hpp                            mulnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   512
graphKit.hpp                            subnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   513
graphKit.hpp                            type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   514
489c9b5090e2 Initial load
duke
parents:
diff changeset
   515
idealKit.cpp                            addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   516
idealKit.cpp                            callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   517
idealKit.cpp                            cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   518
idealKit.cpp                            idealKit.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 238
diff changeset
   519
idealKit.cpp				runtime.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   520
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   521
idealKit.hpp                            addnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   522
idealKit.hpp                            cfgnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   523
idealKit.hpp                            connode.hpp
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   524
idealKit.hpp                            divnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   525
idealKit.hpp                            mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   526
idealKit.hpp                            phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   527
idealKit.hpp                            subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   528
idealKit.hpp                            type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   529
489c9b5090e2 Initial load
duke
parents:
diff changeset
   530
ifg.cpp                                 addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   531
ifg.cpp                                 allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   532
ifg.cpp                                 block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   533
ifg.cpp                                 callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   534
ifg.cpp                                 cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   535
ifg.cpp                                 chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   536
ifg.cpp                                 coalesce.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   537
ifg.cpp                                 connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   538
ifg.cpp                                 indexSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   539
ifg.cpp                                 machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   540
ifg.cpp                                 memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   541
ifg.cpp                                 oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   542
ifg.cpp                                 opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   543
489c9b5090e2 Initial load
duke
parents:
diff changeset
   544
ifnode.cpp                              addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   545
ifnode.cpp                              allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   546
ifnode.cpp                              cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   547
ifnode.cpp                              connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   548
ifnode.cpp                              phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   549
ifnode.cpp                              runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   550
ifnode.cpp                              subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   551
489c9b5090e2 Initial load
duke
parents:
diff changeset
   552
indexSet.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   553
indexSet.cpp                            chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   554
indexSet.cpp                            compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   555
indexSet.cpp                            indexSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   556
indexSet.cpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   557
489c9b5090e2 Initial load
duke
parents:
diff changeset
   558
indexSet.hpp                            allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   559
indexSet.hpp                            compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   560
indexSet.hpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   561
indexSet.hpp                            resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   562
489c9b5090e2 Initial load
duke
parents:
diff changeset
   563
interpreterRuntime.cpp                  runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   564
489c9b5090e2 Initial load
duke
parents:
diff changeset
   565
java.cpp                                compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   566
java.cpp                                compiledIC.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   567
java.cpp                                indexSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   568
java.cpp                                methodLiveness.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   569
java.cpp                                runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   570
489c9b5090e2 Initial load
duke
parents:
diff changeset
   571
lcm.cpp                                 ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   572
lcm.cpp                                 allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   573
lcm.cpp                                 block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   574
lcm.cpp                                 c2compiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   575
lcm.cpp                                 callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   576
lcm.cpp                                 cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   577
lcm.cpp                                 machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   578
lcm.cpp                                 runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   579
489c9b5090e2 Initial load
duke
parents:
diff changeset
   580
library_call.cpp                        addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   581
library_call.cpp                        callGenerator.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   582
library_call.cpp                        cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   583
library_call.cpp                        compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   584
library_call.cpp                        idealKit.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   585
library_call.cpp                        mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   586
library_call.cpp                        nativeLookup.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   587
library_call.cpp                        objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   588
library_call.cpp                        parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   589
library_call.cpp                        runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   590
library_call.cpp                        sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   591
library_call.cpp                        subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   592
library_call.cpp                        systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   593
library_call.cpp                        vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   594
489c9b5090e2 Initial load
duke
parents:
diff changeset
   595
live.cpp                                allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   596
live.cpp                                callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   597
live.cpp                                chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   598
live.cpp                                live.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   599
live.cpp                                machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   600
489c9b5090e2 Initial load
duke
parents:
diff changeset
   601
live.hpp                                block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   602
live.hpp                                indexSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   603
live.hpp                                phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   604
live.hpp                                port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   605
live.hpp                                regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   606
live.hpp                                vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   607
489c9b5090e2 Initial load
duke
parents:
diff changeset
   608
locknode.cpp                            locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   609
locknode.cpp                            parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   610
locknode.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   611
locknode.cpp                            runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   612
489c9b5090e2 Initial load
duke
parents:
diff changeset
   613
locknode.hpp                            ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   614
locknode.hpp                            node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   615
locknode.hpp                            opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   616
locknode.hpp                            subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   617
489c9b5090e2 Initial load
duke
parents:
diff changeset
   618
loopTransform.cpp                       addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   619
loopTransform.cpp                       allocation.inline.hpp
4643
61c659c91c57 6894779: Loop Predication for Loop Optimizer in C2
cfang
parents: 4567
diff changeset
   620
loopTransform.cpp                       callnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   621
loopTransform.cpp                       connode.hpp
1399
9648dfd4ce09 6384206: Phis which are later unneeded are impairing our ability to inline based on static types
never
parents: 1066
diff changeset
   622
loopTransform.cpp                       compileLog.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   623
loopTransform.cpp                       divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   624
loopTransform.cpp                       loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   625
loopTransform.cpp                       mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   626
loopTransform.cpp                       rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   627
loopTransform.cpp                       subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   628
489c9b5090e2 Initial load
duke
parents:
diff changeset
   629
loopUnswitch.cpp                        allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   630
loopUnswitch.cpp                        connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   631
loopUnswitch.cpp                        loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   632
loopUnswitch.cpp                        rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   633
489c9b5090e2 Initial load
duke
parents:
diff changeset
   634
loopnode.cpp                            addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   635
loopnode.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   636
loopnode.cpp                            callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   637
loopnode.cpp                            ciMethodData.hpp
1399
9648dfd4ce09 6384206: Phis which are later unneeded are impairing our ability to inline based on static types
never
parents: 1066
diff changeset
   638
loopnode.cpp                            compileLog.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   639
loopnode.cpp                            connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   640
loopnode.cpp                            divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   641
loopnode.cpp                            loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   642
loopnode.cpp                            mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   643
loopnode.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   644
loopnode.cpp                            superword.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   645
loopnode.cpp                            vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   646
489c9b5090e2 Initial load
duke
parents:
diff changeset
   647
loopnode.hpp                            cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   648
loopnode.hpp                            multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   649
loopnode.hpp                            phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   650
loopnode.hpp                            subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   651
loopnode.hpp                            type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   652
489c9b5090e2 Initial load
duke
parents:
diff changeset
   653
loopopts.cpp                            addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   654
loopopts.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   655
loopopts.cpp                            connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   656
loopopts.cpp                            divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   657
loopopts.cpp                            loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   658
loopopts.cpp                            mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   659
loopopts.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   660
loopopts.cpp                            subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   661
489c9b5090e2 Initial load
duke
parents:
diff changeset
   662
machnode.cpp                            collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   663
machnode.cpp                            machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   664
machnode.cpp                            regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   665
489c9b5090e2 Initial load
duke
parents:
diff changeset
   666
machnode.hpp                            callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   667
machnode.hpp                            matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   668
machnode.hpp                            multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   669
machnode.hpp                            node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   670
machnode.hpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   671
489c9b5090e2 Initial load
duke
parents:
diff changeset
   672
macro.cpp                               addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   673
macro.cpp                               callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   674
macro.cpp                               cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   675
macro.cpp                               compile.hpp
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
   676
macro.cpp                              compileLog.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   677
macro.cpp                               connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   678
macro.cpp                               locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   679
macro.cpp                               loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   680
macro.cpp                               macro.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   681
macro.cpp                               memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   682
macro.cpp                               node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   683
macro.cpp                               phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   684
macro.cpp                               rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   685
macro.cpp                               runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   686
macro.cpp                               sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   687
macro.cpp                               subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   688
macro.cpp                               type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   689
macro.cpp                               vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   690
macro.hpp                               phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   691
489c9b5090e2 Initial load
duke
parents:
diff changeset
   692
matcher.cpp                             ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   693
matcher.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   694
matcher.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   695
matcher.cpp                             atomic.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   696
matcher.cpp                             callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   697
matcher.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   698
matcher.cpp                             hpi.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   699
matcher.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   700
matcher.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   701
matcher.cpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   702
matcher.cpp                             os.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   703
matcher.cpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   704
matcher.cpp                             rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   705
matcher.cpp                             runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   706
matcher.cpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   707
489c9b5090e2 Initial load
duke
parents:
diff changeset
   708
matcher.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   709
matcher.hpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   710
matcher.hpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   711
matcher.hpp                             resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   712
matcher.hpp                             vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   713
489c9b5090e2 Initial load
duke
parents:
diff changeset
   714
memnode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   715
memnode.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   716
memnode.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   717
memnode.cpp                             compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   718
memnode.cpp                             compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   719
memnode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   720
memnode.cpp                             loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   721
memnode.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   722
memnode.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   723
memnode.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   724
memnode.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   725
memnode.cpp                             objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   726
memnode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   727
memnode.cpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   728
memnode.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   729
489c9b5090e2 Initial load
duke
parents:
diff changeset
   730
memnode.hpp                             multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   731
memnode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   732
memnode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   733
memnode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   734
489c9b5090e2 Initial load
duke
parents:
diff changeset
   735
methodLiveness.cpp                      allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   736
methodLiveness.cpp                      bytecode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   737
methodLiveness.cpp                      bytecodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   738
methodLiveness.cpp                      ciStreams.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   739
methodLiveness.cpp                      methodLiveness.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   740
489c9b5090e2 Initial load
duke
parents:
diff changeset
   741
methodLiveness.hpp                      bitMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   742
methodLiveness.hpp                      growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   743
489c9b5090e2 Initial load
duke
parents:
diff changeset
   744
mulnode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   745
mulnode.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   746
mulnode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   747
mulnode.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   748
mulnode.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   749
mulnode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   750
mulnode.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   751
489c9b5090e2 Initial load
duke
parents:
diff changeset
   752
mulnode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   753
mulnode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   754
mulnode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   755
489c9b5090e2 Initial load
duke
parents:
diff changeset
   756
multnode.cpp                            matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   757
multnode.cpp                            multnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   758
multnode.cpp                            opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   759
multnode.cpp                            phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   760
multnode.cpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   761
multnode.cpp                            type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   762
489c9b5090e2 Initial load
duke
parents:
diff changeset
   763
multnode.hpp                            node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   764
489c9b5090e2 Initial load
duke
parents:
diff changeset
   765
node.cpp                                allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   766
node.cpp                                cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   767
node.cpp                                connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   768
node.cpp                                copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   769
node.cpp                                machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   770
node.cpp                                matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   771
node.cpp                                node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   772
node.cpp                                opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   773
node.cpp                                regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   774
node.cpp                                type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   775
node.cpp                                vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   776
489c9b5090e2 Initial load
duke
parents:
diff changeset
   777
node.hpp                                compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   778
node.hpp                                port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   779
node.hpp                                type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   780
node.hpp                                vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   781
489c9b5090e2 Initial load
duke
parents:
diff changeset
   782
opcodes.cpp                             classes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   783
opcodes.cpp                             globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   784
opcodes.cpp                             no_precompiled_headers
489c9b5090e2 Initial load
duke
parents:
diff changeset
   785
489c9b5090e2 Initial load
duke
parents:
diff changeset
   786
os_<os_arch>.cpp                        runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   787
489c9b5090e2 Initial load
duke
parents:
diff changeset
   788
os_<os_family>.cpp                      runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   789
489c9b5090e2 Initial load
duke
parents:
diff changeset
   790
output.cpp                              allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   791
output.cpp                              assembler.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   792
output.cpp                              callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   793
output.cpp                              cfgnode.hpp
4750
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 4643
diff changeset
   794
output.cpp                              compileBroker.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   795
output.cpp                              debugInfo.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   796
output.cpp                              debugInfoRec.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   797
output.cpp                              handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   798
output.cpp                              locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   799
output.cpp                              machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   800
output.cpp                              oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   801
output.cpp                              output.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   802
output.cpp                              regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   803
output.cpp                              runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   804
output.cpp                              subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   805
output.cpp                              type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   806
output.cpp                              xmlstream.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   807
489c9b5090e2 Initial load
duke
parents:
diff changeset
   808
output.hpp                              ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   809
output.hpp                              block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   810
output.hpp                              node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   811
489c9b5090e2 Initial load
duke
parents:
diff changeset
   812
parse.hpp                               ciMethodData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   813
parse.hpp                               ciTypeFlow.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   814
parse.hpp                               generateOopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   815
parse.hpp                               graphKit.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   816
parse.hpp                               methodLiveness.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   817
parse.hpp                               subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   818
parse.hpp                               vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   819
489c9b5090e2 Initial load
duke
parents:
diff changeset
   820
parse1.cpp                              addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   821
parse1.cpp                              arguments.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   822
parse1.cpp                              compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   823
parse1.cpp                              copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   824
parse1.cpp                              handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   825
parse1.cpp                              linkResolver.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   826
parse1.cpp                              locknode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   827
parse1.cpp                              memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   828
parse1.cpp                              methodOop.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   829
parse1.cpp                              parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   830
parse1.cpp                              rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   831
parse1.cpp                              runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   832
parse1.cpp                              sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   833
489c9b5090e2 Initial load
duke
parents:
diff changeset
   834
parse2.cpp                              addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   835
parse2.cpp                              ciMethodData.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   836
parse2.cpp                              compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   837
parse2.cpp                              deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   838
parse2.cpp                              divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   839
parse2.cpp                              linkResolver.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   840
parse2.cpp                              matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   841
parse2.cpp                              memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   842
parse2.cpp                              mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   843
parse2.cpp                              parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   844
parse2.cpp                              runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   845
parse2.cpp                              sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   846
parse2.cpp                              systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   847
parse2.cpp                              universe.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   848
parse2.cpp                              vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   849
489c9b5090e2 Initial load
duke
parents:
diff changeset
   850
parse3.cpp                              addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   851
parse3.cpp                              compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   852
parse3.cpp                              deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   853
parse3.cpp                              handles.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   854
parse3.cpp                              linkResolver.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   855
parse3.cpp                              memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   856
parse3.cpp                              objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   857
parse3.cpp                              parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   858
parse3.cpp                              rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   859
parse3.cpp                              runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   860
parse3.cpp                              subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   861
parse3.cpp                              universe.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   862
489c9b5090e2 Initial load
duke
parents:
diff changeset
   863
parseHelper.cpp                         addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   864
parseHelper.cpp                         compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   865
parseHelper.cpp                         memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   866
parseHelper.cpp                         mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   867
parseHelper.cpp                         objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   868
parseHelper.cpp                         parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   869
parseHelper.cpp                         rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   870
parseHelper.cpp                         runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   871
parseHelper.cpp                         sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   872
parseHelper.cpp                         systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   873
489c9b5090e2 Initial load
duke
parents:
diff changeset
   874
phase.cpp                               compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   875
phase.cpp                               compileBroker.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   876
phase.cpp                               nmethod.hpp
1904
7aada8102b30 6793825: Missing include dependancies for GCC without predefined headers
coleenp
parents: 1404
diff changeset
   877
phase.cpp                               node.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   878
phase.cpp                               phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   879
489c9b5090e2 Initial load
duke
parents:
diff changeset
   880
phase.hpp                               port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   881
phase.hpp                               timer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   882
489c9b5090e2 Initial load
duke
parents:
diff changeset
   883
phaseX.cpp                              allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   884
phaseX.cpp                              block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   885
phaseX.cpp                              callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   886
phaseX.cpp                              cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   887
phaseX.cpp                              connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   888
phaseX.cpp                              loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   889
phaseX.cpp                              machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   890
phaseX.cpp                              opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   891
phaseX.cpp                              phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   892
phaseX.cpp                              regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   893
phaseX.cpp                              rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   894
489c9b5090e2 Initial load
duke
parents:
diff changeset
   895
phaseX.hpp                              dict.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   896
phaseX.hpp                              memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   897
phaseX.hpp                              node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   898
phaseX.hpp                              phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   899
phaseX.hpp                              resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   900
phaseX.hpp                              type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   901
phaseX.hpp                              vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   902
489c9b5090e2 Initial load
duke
parents:
diff changeset
   903
port.cpp                                port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   904
489c9b5090e2 Initial load
duke
parents:
diff changeset
   905
port.hpp                                top.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   906
489c9b5090e2 Initial load
duke
parents:
diff changeset
   907
postaloc.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   908
postaloc.cpp                            chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   909
postaloc.cpp                            machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   910
489c9b5090e2 Initial load
duke
parents:
diff changeset
   911
reg_split.cpp                           addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   912
reg_split.cpp                           allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   913
reg_split.cpp                           callnode.hpp
6188
95ea4d66089a 6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86
kvn
parents: 5928
diff changeset
   914
reg_split.cpp                           c2compiler.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   915
reg_split.cpp                           cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   916
reg_split.cpp                           chaitin.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   917
reg_split.cpp                           loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   918
reg_split.cpp                           machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   919
reg_split.cpp                           vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   920
489c9b5090e2 Initial load
duke
parents:
diff changeset
   921
regalloc.cpp                            regalloc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   922
489c9b5090e2 Initial load
duke
parents:
diff changeset
   923
regalloc.hpp                            block.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   924
regalloc.hpp                            matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   925
regalloc.hpp                            phase.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   926
regalloc.hpp                            vmreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   927
489c9b5090e2 Initial load
duke
parents:
diff changeset
   928
regmask.cpp                             ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   929
regmask.cpp                             compile.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   930
regmask.cpp                             regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   931
489c9b5090e2 Initial load
duke
parents:
diff changeset
   932
regmask.hpp                             adGlobals_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   933
regmask.hpp                             optoreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   934
regmask.hpp                             port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   935
regmask.hpp                             vmreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   936
489c9b5090e2 Initial load
duke
parents:
diff changeset
   937
rootnode.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   938
rootnode.cpp                            callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   939
rootnode.cpp                            cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   940
rootnode.cpp                            phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   941
rootnode.cpp                            regmask.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   942
rootnode.cpp                            rootnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   943
rootnode.cpp                            subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   944
rootnode.cpp                            type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   945
489c9b5090e2 Initial load
duke
parents:
diff changeset
   946
rootnode.hpp                            loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   947
489c9b5090e2 Initial load
duke
parents:
diff changeset
   948
runtime.cpp                             ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   949
runtime.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   950
runtime.cpp                             barrierSet.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   951
runtime.cpp                             bytecode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   952
runtime.cpp                             callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   953
runtime.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   954
runtime.cpp                             collectedHeap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   955
runtime.cpp                             compileBroker.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   956
runtime.cpp                             compiledIC.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   957
runtime.cpp                             compilerOracle.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   958
runtime.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   959
runtime.cpp                             copy.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   960
runtime.cpp                             fprofiler.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 238
diff changeset
   961
runtime.cpp                             g1SATBCardTableModRefBS.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   962
runtime.cpp                             gcLocker.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   963
runtime.cpp                             graphKit.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   964
runtime.cpp                             handles.inline.hpp
1374
4c24294029a9 6711316: Open source the Garbage-First garbage collector
ysr
parents: 238
diff changeset
   965
runtime.cpp                             heapRegion.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   966
runtime.cpp                             icBuffer.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   967
runtime.cpp                             interfaceSupport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   968
runtime.cpp                             interpreter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   969
runtime.cpp                             javaCalls.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   970
runtime.cpp                             linkResolver.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   971
runtime.cpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   972
runtime.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   973
runtime.cpp                             memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   974
runtime.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   975
runtime.cpp                             nmethod.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   976
runtime.cpp                             objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   977
runtime.cpp                             oop.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   978
runtime.cpp                             oopFactory.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   979
runtime.cpp                             oopMap.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   980
runtime.cpp                             pcDesc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   981
runtime.cpp                             preserveException.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   982
runtime.cpp                             runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   983
runtime.cpp                             scopeDesc.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   984
runtime.cpp                             sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   985
runtime.cpp                             signature.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   986
runtime.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   987
runtime.cpp                             systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   988
runtime.cpp                             threadCritical.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   989
runtime.cpp                             vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   990
runtime.cpp                             vframeArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   991
runtime.cpp                             vframe_hp.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   992
runtime.cpp                             vmSymbols.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   993
runtime.cpp                             vtableStubs.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   994
489c9b5090e2 Initial load
duke
parents:
diff changeset
   995
runtime.hpp                             biasedLocking.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   996
runtime.hpp                             codeBlob.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   997
runtime.hpp                             deoptimization.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   998
runtime.hpp                             machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   999
runtime.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1000
runtime.hpp                             vframe.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1001
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1002
runtime_<arch_model>.cpp                adGlobals_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1003
runtime_<arch_model>.cpp                ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1004
runtime_<arch_model>.cpp                assembler.hpp
1066
717c3345024f 5108146: Merge i486 and amd64 cpu directories
never
parents: 781
diff changeset
  1005
runtime_<arch_model>.cpp                assembler_<arch>.inline.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1006
runtime_<arch_model>.cpp                globalDefinitions.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1007
runtime_<arch_model>.cpp                interfaceSupport.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1008
runtime_<arch_model>.cpp                interpreter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1009
runtime_<arch_model>.cpp                nativeInst_<arch>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1010
runtime_<arch_model>.cpp                runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1011
runtime_<arch_model>.cpp                sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1012
runtime_<arch_model>.cpp                stubRoutines.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1013
runtime_<arch_model>.cpp                systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1014
runtime_<arch_model>.cpp                vframeArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1015
runtime_<arch_model>.cpp                vmreg.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1016
runtime_<arch_model>.cpp                vmreg_<arch>.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1017
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1018
set.cpp                                 allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1019
set.cpp                                 set.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1020
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1021
set.hpp                                 allocation.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1022
set.hpp                                 port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1023
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1024
sharedRuntime_<arch_model>.cpp          runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1025
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1026
split_if.cpp                            allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1027
split_if.cpp                            callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1028
split_if.cpp                            connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1029
split_if.cpp                            loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1030
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1031
stringopts.hpp                          phaseX.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1032
stringopts.hpp                          node.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1033
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1034
stringopts.cpp                          addnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1035
stringopts.cpp                          callnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1036
stringopts.cpp                          callGenerator.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1037
stringopts.cpp                          compileLog.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1038
stringopts.cpp                          divnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1039
stringopts.cpp                          idealKit.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1040
stringopts.cpp                          graphKit.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1041
stringopts.cpp                          rootnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1042
stringopts.cpp                          runtime.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1043
stringopts.cpp                          subnode.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1044
stringopts.cpp                          stringopts.hpp
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 2105
diff changeset
  1045
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1046
stubGenerator_<arch_model>.cpp          runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1047
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1048
stubRoutines.cpp                        runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1049
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1050
subnode.cpp                             addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1051
subnode.cpp                             allocation.inline.hpp
206
d61cf247afd5 6667580: Optimize CmpP for allocations
kvn
parents: 1
diff changeset
  1052
subnode.cpp                             callnode.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1053
subnode.cpp                             cfgnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1054
subnode.cpp                             compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1055
subnode.cpp                             connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1056
subnode.cpp                             loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1057
subnode.cpp                             matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1058
subnode.cpp                             mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1059
subnode.cpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1060
subnode.cpp                             phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1061
subnode.cpp                             sharedRuntime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1062
subnode.cpp                             subnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1063
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1064
subnode.hpp                             node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1065
subnode.hpp                             opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1066
subnode.hpp                             type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1067
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1068
superword.cpp                           addnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1069
superword.cpp                           allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1070
superword.cpp                           callnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1071
superword.cpp                           compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1072
superword.cpp                           divnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1073
superword.cpp                           matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1074
superword.cpp                           memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1075
superword.cpp                           mulnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1076
superword.cpp                           opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1077
superword.cpp                           superword.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1078
superword.cpp                           vectornode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1079
superword.cpp                           vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1080
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1081
superword.hpp                           connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1082
superword.hpp                           growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1083
superword.hpp                           loopnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1084
superword.hpp                           node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1085
superword.hpp                           phaseX.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1086
superword.hpp                           vectornode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1087
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1088
thread.cpp                              c2compiler.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1089
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1090
top.hpp                                 c2_globals.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1091
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1092
type.cpp                                ciTypeFlow.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1093
type.cpp                                compileLog.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1094
type.cpp                                dict.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1095
type.cpp                                gcLocker.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1096
type.cpp                                instanceKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1097
type.cpp                                klassKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1098
type.cpp                                matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1099
type.cpp                                node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1100
type.cpp                                objArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1101
type.cpp                                oopFactory.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1102
type.cpp                                opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1103
type.cpp                                resourceArea.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1104
type.cpp                                symbolTable.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1105
type.cpp                                systemDictionary.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1106
type.cpp                                type.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1107
type.cpp                                typeArrayKlass.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1108
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1109
type.hpp                                adlcVMDeps.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1110
type.hpp                                handles.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1111
type.hpp                                port.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1112
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1113
vectornode.cpp                          allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1114
vectornode.cpp                          connode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1115
vectornode.cpp                          vectornode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1116
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1117
vectornode.hpp                          matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1118
vectornode.hpp                          memnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1119
vectornode.hpp                          node.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1120
vectornode.hpp                          opcodes.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1121
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1122
vectset.cpp                             allocation.inline.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1123
vectset.cpp                             vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1124
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1125
vectset.hpp                             set.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1126
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1127
vframeArray.cpp                         runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1128
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1129
vframe_hp.cpp                           matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1130
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1131
vmStructs.cpp                           adGlobals_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1132
vmStructs.cpp                           matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1133
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1134
vmreg.hpp                               adGlobals_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1135
vmreg.hpp                               adlcVMDeps.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1136
vmreg.hpp                               ostream.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1137
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1138
vtableStubs.cpp                         matcher.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1139
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1140
vtableStubs_<arch_model>.cpp            ad_<arch_model>.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1141
vtableStubs_<arch_model>.cpp            runtime.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1142
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1143
idealGraphPrinter.hpp                   dict.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1144
idealGraphPrinter.hpp                   vectset.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1145
idealGraphPrinter.hpp                   growableArray.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1146
idealGraphPrinter.hpp                   ostream.hpp
768
d0bebc7eefc2 6718676: putback for 6604014 is incomplete
never
parents: 238
diff changeset
  1147
idealGraphPrinter.hpp                   xmlstream.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1148
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1149
idealGraphPrinter.cpp                   idealGraphPrinter.hpp
206
d61cf247afd5 6667580: Optimize CmpP for allocations
kvn
parents: 1
diff changeset
  1150
idealGraphPrinter.cpp                   chaitin.hpp
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1151
idealGraphPrinter.cpp                   machnode.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1152
idealGraphPrinter.cpp                   parse.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1153
idealGraphPrinter.cpp                   threadCritical.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1154
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1155
compile.cpp                             idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1156
thread.cpp                              idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1157
phaseX.cpp                              idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1158
parse2.cpp                              idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1159
parse1.cpp                              idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1160
matcher.cpp                             idealGraphPrinter.hpp
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1161
loopnode.cpp                            idealGraphPrinter.hpp
206
d61cf247afd5 6667580: Optimize CmpP for allocations
kvn
parents: 1
diff changeset
  1162
chaitin.cpp                             idealGraphPrinter.hpp