# HG changeset patch # User Christian Haeubl # Date 1328551885 28800 # Node ID 59d3d0b80975efdc4b6283516643e11b10f9bc24 # Parent b7ec250cd29cd14cb028451bdbe7d2c38260fb61 added missing include diff -r b7ec250cd29c -r 59d3d0b80975 src/share/vm/oops/methodDataKlass.cpp --- 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