comparison src/share/vm/utilities/top.hpp @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 89152779163c
children
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
40 #include "c1/c1_globals.hpp" 40 #include "c1/c1_globals.hpp"
41 #endif 41 #endif
42 #ifdef COMPILER2 42 #ifdef COMPILER2
43 #include "opto/c2_globals.hpp" 43 #include "opto/c2_globals.hpp"
44 #endif 44 #endif
45 #ifdef GRAAL 45 #ifdef JVMCI
46 #include "graal/graalGlobals.hpp" 46 #include "jvmci/jvmciGlobals.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