comparison src/share/vm/utilities/top.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 5fc51c1ecdeb
children d8041d695d19
comparison
equal deleted inserted replaced
8150:b66f831ac5ab 8151:b8f261ba79c6
37 #include "gc_implementation/g1/g1_globals.hpp" 37 #include "gc_implementation/g1/g1_globals.hpp"
38 #endif // INCLUDE_ALL_GCS 38 #endif // INCLUDE_ALL_GCS
39 #ifdef COMPILER1 39 #ifdef COMPILER1
40 #include "c1/c1_globals.hpp" 40 #include "c1/c1_globals.hpp"
41 #endif 41 #endif
42 #ifdef COMPILER2
43 #include "opto/c2_globals.hpp"
44 #endif
42 #ifdef GRAAL 45 #ifdef GRAAL
43 #include "graal/graalGlobals.hpp" 46 #include "graal/graalGlobals.hpp"
44 #endif
45 #ifdef COMPILER2
46 #include "opto/c2_globals.hpp"
47 #endif 47 #endif
48 48
49 // THIS FILE IS INTESIONALLY LEFT EMPTY 49 // THIS FILE IS INTESIONALLY LEFT EMPTY
50 // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB 50 // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB
51 51