src/share/vm/includeDB_core

changeset 452
ff5961f4c095
parent 435
a61af66fc99e
child 481
8b6e49187640
     1.1 --- a/src/share/vm/includeDB_core	Wed Dec 05 09:00:00 2007 -0800
     1.2 +++ b/src/share/vm/includeDB_core	Wed Dec 05 09:01:00 2007 -0800
     1.3 @@ -19,7 +19,7 @@
     1.4  // Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
     1.5  // CA 95054 USA or visit www.sun.com if you need additional information or
     1.6  // have any questions.
     1.7 -//  
     1.8 +//
     1.9  //
    1.10  
    1.11  // NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps!
    1.12 @@ -46,13 +46,13 @@
    1.13  // as dependencies.  Header files named H.inline.hpp generally contain
    1.14  // bodies for inline functions declared in H.hpp.
    1.15  //
    1.16 -// NOTE: Files that use the token "generate_platform_dependent_include" 
    1.17 +// NOTE: Files that use the token "generate_platform_dependent_include"
    1.18  // are expected to contain macro references like <os>, <arch_model>, ... and
    1.19  // makedeps has a dependency on these platform files looking like:
    1.20 -// foo_<macro>.trailing_string 
    1.21 +// foo_<macro>.trailing_string
    1.22  // (where "trailing_string" can be any legal filename strings but typically
    1.23  // is "hpp" or "inline.hpp").
    1.24 -// 
    1.25 +//
    1.26  // The dependency in makedeps (and enforced) is that an underscore
    1.27  // will precedure the macro invocation. Note that this restriction
    1.28  // is only enforced on filenames that have the dependency token
    1.29 @@ -720,6 +720,11 @@
    1.30  ciObjArray.hpp                          ciClassList.hpp
    1.31  ciObjArray.hpp                          objArrayOop.hpp
    1.32  
    1.33 +ciObjArray.cpp                          ciObjArray.hpp
    1.34 +ciObjArray.cpp                          ciNullObject.hpp
    1.35 +ciObjArray.cpp                          ciUtilities.hpp
    1.36 +ciObjArray.cpp                          objArrayOop.hpp
    1.37 +
    1.38  ciObjArrayKlass.cpp                     ciInstanceKlass.hpp
    1.39  ciObjArrayKlass.cpp                     ciObjArrayKlass.hpp
    1.40  ciObjArrayKlass.cpp                     ciObjArrayKlassKlass.hpp
    1.41 @@ -1935,7 +1940,7 @@
    1.42  
    1.43  init.cpp                                bytecodes.hpp
    1.44  init.cpp                                collectedHeap.hpp
    1.45 -init.cpp				handles.inline.hpp
    1.46 +init.cpp                                handles.inline.hpp
    1.47  init.cpp                                icBuffer.hpp
    1.48  init.cpp                                icache.hpp
    1.49  init.cpp                                init.hpp

mercurial