src/hotspot/share/oops/instanceKlass.hpp
changeset 53149 259c36ef27df
parent 52907 7cc17c043ce0
child 53152 08db5aa02f7b
--- a/src/hotspot/share/oops/instanceKlass.hpp	Fri Jan 04 20:58:35 2019 +0100
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Fri Jan 04 15:06:01 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
@@ -71,6 +71,8 @@
 class JvmtiCachedClassFieldMap;
 class nmethodBucket;
 class SuperTypeClosure;
+class OopMapCache;
+class InterpreterOopMap;
 
 // This is used in iterators below.
 class FieldClosure: public StackObj {