diff -r bdbfe42632cb -r 11a660dbbb8e hotspot/src/share/vm/runtime/sharedRuntime.cpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp Mon Apr 04 15:05:52 2016 +0200 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp Mon Apr 04 12:57:48 2016 -0400 @@ -38,6 +38,7 @@ #include "interpreter/interpreter.hpp" #include "interpreter/interpreterRuntime.hpp" #include "logging/log.hpp" +#include "memory/resourceArea.hpp" #include "memory/universe.inline.hpp" #include "oops/klass.hpp" #include "oops/objArrayKlass.hpp"