comparison src/share/vm/code/nmethod.cpp @ 8160:a357b7a3de5e

Fix imports.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Mar 2013 00:50:48 +0100
parents c5ff08c22458
children b89a97928e72
comparison
equal deleted inserted replaced
8159:c5ff08c22458 8160:a357b7a3de5e
40 #include "runtime/sharedRuntime.hpp" 40 #include "runtime/sharedRuntime.hpp"
41 #include "runtime/sweeper.hpp" 41 #include "runtime/sweeper.hpp"
42 #include "utilities/dtrace.hpp" 42 #include "utilities/dtrace.hpp"
43 #include "utilities/events.hpp" 43 #include "utilities/events.hpp"
44 #include "utilities/xmlstream.hpp" 44 #include "utilities/xmlstream.hpp"
45 #include "utilities/debug.hpp"
46 #ifdef SHARK 45 #ifdef SHARK
47 #include "shark/sharkCompiler.hpp" 46 #include "shark/sharkCompiler.hpp"
47 #endif
48 #ifdef GRAAL
49 #include "graal/graalJavaAccess.hpp"
48 #endif 50 #endif
49 51
50 #ifdef DTRACE_ENABLED 52 #ifdef DTRACE_ENABLED
51 53
52 // Only bother with this argument setup if dtrace is available 54 // Only bother with this argument setup if dtrace is available