< prev index next >

src/hotspot/share/runtime/vmOperations.hpp

Print this page
rev 52818 : [mq]: 8193312-rename-vm-operation-classes
rev 52819 : [mq]: 8193312-pliden-review
rev 52821 : [mq]: 8214850-rename-vm_operations

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_RUNTIME_VM_OPERATIONS_HPP ! #define SHARE_VM_RUNTIME_VM_OPERATIONS_HPP #include "classfile/javaClasses.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" #include "runtime/thread.hpp" --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_RUNTIME_VMOPERATIONS_HPP ! #define SHARE_VM_RUNTIME_VMOPERATIONS_HPP #include "classfile/javaClasses.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" #include "runtime/thread.hpp"
*** 507,512 **** VMOp_Type type() const { return VMOp_PrintClassHierarchy; } void doit(); }; #endif // INCLUDE_SERVICES ! #endif // SHARE_VM_RUNTIME_VM_OPERATIONS_HPP --- 507,512 ---- VMOp_Type type() const { return VMOp_PrintClassHierarchy; } void doit(); }; #endif // INCLUDE_SERVICES ! #endif // SHARE_VM_RUNTIME_VMOPERATIONS_HPP
< prev index next >