hotspot/src/cpu/x86/vm/runtime_x86_32.cpp
changeset 37248 11a660dbbb8e
parent 30305 b92a97e1e9cb
child 40644 39e631ed7145
--- a/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp	Mon Apr 04 15:05:52 2016 +0200
+++ b/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp	Mon Apr 04 12:57:48 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -29,6 +29,7 @@
 #include "classfile/systemDictionary.hpp"
 #include "code/vmreg.hpp"
 #include "interpreter/interpreter.hpp"
+#include "memory/resourceArea.hpp"
 #include "opto/runtime.hpp"
 #include "runtime/interfaceSupport.hpp"
 #include "runtime/sharedRuntime.hpp"