18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any
21 * questions.
22 *
23 */
24
25 #ifndef SHARE_VM_UTILITIES_TOP_HPP
26 #define SHARE_VM_UTILITIES_TOP_HPP
27
28 #include "oops/oopsHierarchy.hpp"
29 #include "runtime/globals.hpp"
30 #include "utilities/debug.hpp"
31 #include "utilities/exceptions.hpp"
32 #include "utilities/globalDefinitions.hpp"
33 #include "utilities/macros.hpp"
34 #include "utilities/ostream.hpp"
35 #include "utilities/sizes.hpp"
36 #if INCLUDE_ALL_GCS
37 #include "gc_implementation/g1/g1_globals.hpp"
38 #endif // INCLUDE_ALL_GCS
39 #ifdef COMPILER1
40 #include "c1/c1_globals.hpp"
41 #endif
42 #ifdef COMPILER2
43 #include "opto/c2_globals.hpp"
44 #endif
45
46 // THIS FILE IS INTESIONALLY LEFT EMPTY
47 // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB
48
49 #endif // SHARE_VM_UTILITIES_TOP_HPP
|
18 *
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any
21 * questions.
22 *
23 */
24
25 #ifndef SHARE_VM_UTILITIES_TOP_HPP
26 #define SHARE_VM_UTILITIES_TOP_HPP
27
28 #include "oops/oopsHierarchy.hpp"
29 #include "runtime/globals.hpp"
30 #include "utilities/debug.hpp"
31 #include "utilities/exceptions.hpp"
32 #include "utilities/globalDefinitions.hpp"
33 #include "utilities/macros.hpp"
34 #include "utilities/ostream.hpp"
35 #include "utilities/sizes.hpp"
36 #if INCLUDE_ALL_GCS
37 #include "gc_implementation/g1/g1_globals.hpp"
38 #include "gc_implementation/shenandoah/shenandoah_globals.hpp"
39 #endif // INCLUDE_ALL_GCS
40 #ifdef COMPILER1
41 #include "c1/c1_globals.hpp"
42 #endif
43 #ifdef COMPILER2
44 #include "opto/c2_globals.hpp"
45 #endif
46
47 // THIS FILE IS INTESIONALLY LEFT EMPTY
48 // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB
49
50 #endif // SHARE_VM_UTILITIES_TOP_HPP
|