src/share/vm/includeDB_core

changeset 452
ff5961f4c095
parent 435
a61af66fc99e
child 481
8b6e49187640
equal deleted inserted replaced
451:f8236e79048a 452:ff5961f4c095
17 // Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 17 // Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 // 18 //
19 // Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 19 // Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20 // CA 95054 USA or visit www.sun.com if you need additional information or 20 // CA 95054 USA or visit www.sun.com if you need additional information or
21 // have any questions. 21 // have any questions.
22 // 22 //
23 // 23 //
24 24
25 // NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps! 25 // NOTE: DO NOT CHANGE THIS COPYRIGHT TO NEW STYLE - IT WILL BREAK makeDeps!
26 26
27 27
44 // on the token "generate_platform_dependent_include" are included 44 // on the token "generate_platform_dependent_include" are included
45 // directly by other header files, and should not be explicitly declared 45 // directly by other header files, and should not be explicitly declared
46 // as dependencies. Header files named H.inline.hpp generally contain 46 // as dependencies. Header files named H.inline.hpp generally contain
47 // bodies for inline functions declared in H.hpp. 47 // bodies for inline functions declared in H.hpp.
48 // 48 //
49 // NOTE: Files that use the token "generate_platform_dependent_include" 49 // NOTE: Files that use the token "generate_platform_dependent_include"
50 // are expected to contain macro references like <os>, <arch_model>, ... and 50 // are expected to contain macro references like <os>, <arch_model>, ... and
51 // makedeps has a dependency on these platform files looking like: 51 // makedeps has a dependency on these platform files looking like:
52 // foo_<macro>.trailing_string 52 // foo_<macro>.trailing_string
53 // (where "trailing_string" can be any legal filename strings but typically 53 // (where "trailing_string" can be any legal filename strings but typically
54 // is "hpp" or "inline.hpp"). 54 // is "hpp" or "inline.hpp").
55 // 55 //
56 // The dependency in makedeps (and enforced) is that an underscore 56 // The dependency in makedeps (and enforced) is that an underscore
57 // will precedure the macro invocation. Note that this restriction 57 // will precedure the macro invocation. Note that this restriction
58 // is only enforced on filenames that have the dependency token 58 // is only enforced on filenames that have the dependency token
59 // "generate_platform_dependent_include" so other files using macro 59 // "generate_platform_dependent_include" so other files using macro
60 // expansion (typically .cpp files) have no requirement to have 60 // expansion (typically .cpp files) have no requirement to have
718 718
719 ciObjArray.hpp ciArray.hpp 719 ciObjArray.hpp ciArray.hpp
720 ciObjArray.hpp ciClassList.hpp 720 ciObjArray.hpp ciClassList.hpp
721 ciObjArray.hpp objArrayOop.hpp 721 ciObjArray.hpp objArrayOop.hpp
722 722
723 ciObjArray.cpp ciObjArray.hpp
724 ciObjArray.cpp ciNullObject.hpp
725 ciObjArray.cpp ciUtilities.hpp
726 ciObjArray.cpp objArrayOop.hpp
727
723 ciObjArrayKlass.cpp ciInstanceKlass.hpp 728 ciObjArrayKlass.cpp ciInstanceKlass.hpp
724 ciObjArrayKlass.cpp ciObjArrayKlass.hpp 729 ciObjArrayKlass.cpp ciObjArrayKlass.hpp
725 ciObjArrayKlass.cpp ciObjArrayKlassKlass.hpp 730 ciObjArrayKlass.cpp ciObjArrayKlassKlass.hpp
726 ciObjArrayKlass.cpp ciSymbol.hpp 731 ciObjArrayKlass.cpp ciSymbol.hpp
727 ciObjArrayKlass.cpp ciUtilities.hpp 732 ciObjArrayKlass.cpp ciUtilities.hpp
1933 1938
1934 icache_<arch>.hpp generate_platform_dependent_include 1939 icache_<arch>.hpp generate_platform_dependent_include
1935 1940
1936 init.cpp bytecodes.hpp 1941 init.cpp bytecodes.hpp
1937 init.cpp collectedHeap.hpp 1942 init.cpp collectedHeap.hpp
1938 init.cpp handles.inline.hpp 1943 init.cpp handles.inline.hpp
1939 init.cpp icBuffer.hpp 1944 init.cpp icBuffer.hpp
1940 init.cpp icache.hpp 1945 init.cpp icache.hpp
1941 init.cpp init.hpp 1946 init.cpp init.hpp
1942 init.cpp safepoint.hpp 1947 init.cpp safepoint.hpp
1943 init.cpp sharedRuntime.hpp 1948 init.cpp sharedRuntime.hpp

mercurial