hotspot/src/share/vm/compiler/compileLog.hpp
changeset 13728 882756847a04
parent 8921 14bfe81f2a9d
child 13964 01a2b863cc61
--- a/hotspot/src/share/vm/compiler/compileLog.hpp	Fri Aug 31 16:39:35 2012 -0700
+++ b/hotspot/src/share/vm/compiler/compileLog.hpp	Sat Sep 01 13:25:18 2012 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2012, 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
@@ -27,7 +27,9 @@
 
 #include "utilities/xmlstream.hpp"
 
+class ciBaseObject;
 class ciObject;
+class ciMetadata;
 class ciSymbol;
 
 // CompileLog
@@ -66,7 +68,7 @@
   void          name(Symbol* s)                  { xmlStream::name(s); }
 
   // Output an object description, return obj->ident().
-  int           identify(ciObject* obj);
+  int           identify(ciBaseObject* obj);
   void          clear_identities();
 
   // virtuals