comparison src/share/vm/code/nmethod.cpp @ 8159:c5ff08c22458

Fix regression in client compiler debug recording.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Mar 2013 00:39:48 +0100
parents 3c29f7da5c66
children a357b7a3de5e
comparison
equal deleted inserted replaced
8158:53bc01380011 8159:c5ff08c22458
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" 45 #include "utilities/debug.hpp"
46 #ifdef SHARK 46 #ifdef SHARK
47 #include "shark/sharkCompiler.hpp" 47 #include "shark/sharkCompiler.hpp"
48 #endif
49 #ifdef GRAAL
50 #include "graal/graalJavaAccess.hpp"
51 #endif 48 #endif
52 49
53 #ifdef DTRACE_ENABLED 50 #ifdef DTRACE_ENABLED
54 51
55 // Only bother with this argument setup if dtrace is available 52 // Only bother with this argument setup if dtrace is available