hotspot/src/share/vm/interpreter/bytecodes.hpp
changeset 37466 287c4ebd11b0
parent 33105 294e48b4f704
child 37480 291ee208fb72
--- a/hotspot/src/share/vm/interpreter/bytecodes.hpp	Tue Apr 12 07:17:44 2016 +0200
+++ b/hotspot/src/share/vm/interpreter/bytecodes.hpp	Tue Apr 12 09:53:43 2016 +0200
@@ -26,11 +26,12 @@
 #define SHARE_VM_INTERPRETER_BYTECODES_HPP
 
 #include "memory/allocation.hpp"
-#include "utilities/top.hpp"
 
 // Bytecodes specifies all bytecodes used in the VM and
 // provides utility functions to get bytecode attributes.
 
+class Method;
+
 // NOTE: replicated in SA in vm/agent/sun/jvm/hotspot/interpreter/Bytecodes.java
 class Bytecodes: AllStatic {
  public: