changeset 4471:59d3d0b80975

added missing include
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 06 Feb 2012 10:11:25 -0800
parents b7ec250cd29c
children 63cd21fda79b
files src/share/vm/oops/methodDataKlass.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/oops/methodDataKlass.cpp	Mon Feb 06 09:51:48 2012 -0800
+++ b/src/share/vm/oops/methodDataKlass.cpp	Mon Feb 06 10:11:25 2012 -0800
@@ -35,6 +35,7 @@
 #include "oops/oop.inline2.hpp"
 #include "runtime/handles.inline.hpp"
 #ifndef SERIALGC
+#include "gc_implementation/parallelScavenge/psPromotionManager.inline.hpp"
 #include "gc_implementation/parallelScavenge/psScavenge.inline.hpp"
 #include "oops/oop.pcgc.inline.hpp"
 #endif