src/share/vm/ci/compilerInterface.hpp

changeset 4037
da91efe96a93
parent 2708
1d1603768966
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/ci/compilerInterface.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/ci/compilerInterface.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 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,6 @@
    1.11  
    1.12  #include "ci/ciArray.hpp"
    1.13  #include "ci/ciArrayKlass.hpp"
    1.14 -#include "ci/ciArrayKlassKlass.hpp"
    1.15  #include "ci/ciCallProfile.hpp"
    1.16  #include "ci/ciConstant.hpp"
    1.17  #include "ci/ciEnv.hpp"
    1.18 @@ -36,22 +35,17 @@
    1.19  #include "ci/ciFlags.hpp"
    1.20  #include "ci/ciInstance.hpp"
    1.21  #include "ci/ciInstanceKlass.hpp"
    1.22 -#include "ci/ciInstanceKlassKlass.hpp"
    1.23  #include "ci/ciKlass.hpp"
    1.24 -#include "ci/ciKlassKlass.hpp"
    1.25  #include "ci/ciMethod.hpp"
    1.26 -#include "ci/ciMethodKlass.hpp"
    1.27  #include "ci/ciNullObject.hpp"
    1.28  #include "ci/ciObjArray.hpp"
    1.29  #include "ci/ciObjArrayKlass.hpp"
    1.30 -#include "ci/ciObjArrayKlassKlass.hpp"
    1.31  #include "ci/ciObject.hpp"
    1.32  #include "ci/ciSignature.hpp"
    1.33  #include "ci/ciStreams.hpp"
    1.34  #include "ci/ciSymbol.hpp"
    1.35  #include "ci/ciTypeArray.hpp"
    1.36  #include "ci/ciTypeArrayKlass.hpp"
    1.37 -#include "ci/ciTypeArrayKlassKlass.hpp"
    1.38  
    1.39  // This is a dummy file used for including the complete
    1.40  // compiler interface.

mercurial