comparison src/share/vm/c1/c1_InstructionPrinter.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 701a83c86f28
children 1d7922586cf6
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
130 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x); 130 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
131 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x); 131 virtual void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
132 virtual void do_ProfileCall (ProfileCall* x); 132 virtual void do_ProfileCall (ProfileCall* x);
133 virtual void do_ProfileInvoke (ProfileInvoke* x); 133 virtual void do_ProfileInvoke (ProfileInvoke* x);
134 virtual void do_RuntimeCall (RuntimeCall* x); 134 virtual void do_RuntimeCall (RuntimeCall* x);
135 virtual void do_MemBar (MemBar* x);
135 }; 136 };
136 #endif // PRODUCT 137 #endif // PRODUCT
137 138
138 #endif // SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP 139 #endif // SHARE_VM_C1_C1_INSTRUCTIONPRINTER_HPP