open Udiff src/hotspot/share/ci/ciMethod.hpp (original) (raw)

< prev index next >

Print this page

rev 49873 : 8199712: Flight Recorder Reviewed-by:


@@ -30,11 +30,10 @@ #include "ci/ciObject.hpp" #include "ci/ciSignature.hpp" #include "compiler/methodLiveness.hpp" #include "prims/methodHandles.hpp" #include "utilities/bitMap.hpp" -#include "trace/tracing.hpp"

class ciMethodBlocks; class MethodLiveness; class Arena; class BCEscapeAnalyzer;


@@ -360,12 +359,8 @@ // Print the name of this method in various incarnations. void print_name(outputStream* st = tty); void print_short_name(outputStream* st = tty); static bool is_consistent_info(ciMethod* declared_method, ciMethod* resolved_method);

-#if INCLUDE_TRACE

#endif // SHARE_VM_CI_CIMETHOD_HPP

< prev index next >