src/share/vm/compiler/compileLog.hpp

changeset 4037
da91efe96a93
parent 2708
1d1603768966
child 4154
c3e799c37717
     1.1 --- a/src/share/vm/compiler/compileLog.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/compiler/compileLog.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -27,7 +27,9 @@
    1.11  
    1.12  #include "utilities/xmlstream.hpp"
    1.13  
    1.14 +class ciBaseObject;
    1.15  class ciObject;
    1.16 +class ciMetadata;
    1.17  class ciSymbol;
    1.18  
    1.19  // CompileLog
    1.20 @@ -66,7 +68,7 @@
    1.21    void          name(Symbol* s)                  { xmlStream::name(s); }
    1.22  
    1.23    // Output an object description, return obj->ident().
    1.24 -  int           identify(ciObject* obj);
    1.25 +  int           identify(ciBaseObject* obj);
    1.26    void          clear_identities();
    1.27  
    1.28    // virtuals

mercurial