aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/oopRecorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/code/oopRecorder.cpp')
-rw-r--r--src/share/vm/code/oopRecorder.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/share/vm/code/oopRecorder.cpp b/src/share/vm/code/oopRecorder.cpp
index 7688079b1..1381c0da0 100644
--- a/src/share/vm/code/oopRecorder.cpp
+++ b/src/share/vm/code/oopRecorder.cpp
@@ -22,8 +22,10 @@
*
*/
-# include "incls/_precompiled.incl"
-# include "incls/_oopRecorder.cpp.incl"
+#include "precompiled.hpp"
+#include "code/oopRecorder.hpp"
+#include "memory/allocation.inline.hpp"
+#include "oops/oop.inline.hpp"
#ifdef ASSERT
int OopRecorder::_find_index_calls = 0;