< prev index next >

src/hotspot/share/cds/aotMapLogger.hpp

Print this page
@@ -67,11 +67,12 @@
  
  public:
    // FakeOop and subtypes
    class FakeOop;
    class   FakeMirror;
-   class   FakeObjArray;
+   class   FakeRefArray;
+   class   FakeFlatArray;
    class   FakeString;
    class   FakeTypeArray;
  
  #if INCLUDE_CDS_JAVA_HEAP
    struct OopData {
< prev index next >