hotspot/src/share/vm/c1/c1_Canonicalizer.cpp
changeset 11886 feebf5c9f40c
parent 11787 cfb5950b7706
child 12947 ba8ba6c2dd83
--- a/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp	Wed Feb 22 14:00:34 2012 -0500
+++ b/hotspot/src/share/vm/c1/c1_Canonicalizer.cpp	Tue Feb 21 13:14:55 2012 -0500
@@ -908,3 +908,4 @@
 void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}
+void Canonicalizer::do_MemBar(MemBar* x) {}