src/share/vm/ci/compilerInterface.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/ci/compilerInterface.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/ci/compilerInterface.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2010, 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 @@ -22,5 +22,39 @@
    1.11   *
    1.12   */
    1.13  
    1.14 +#ifndef SHARE_VM_CI_COMPILERINTERFACE_HPP
    1.15 +#define SHARE_VM_CI_COMPILERINTERFACE_HPP
    1.16 +
    1.17 +#include "ci/ciArray.hpp"
    1.18 +#include "ci/ciArrayKlass.hpp"
    1.19 +#include "ci/ciArrayKlassKlass.hpp"
    1.20 +#include "ci/ciCallProfile.hpp"
    1.21 +#include "ci/ciConstant.hpp"
    1.22 +#include "ci/ciEnv.hpp"
    1.23 +#include "ci/ciExceptionHandler.hpp"
    1.24 +#include "ci/ciField.hpp"
    1.25 +#include "ci/ciFlags.hpp"
    1.26 +#include "ci/ciInstance.hpp"
    1.27 +#include "ci/ciInstanceKlass.hpp"
    1.28 +#include "ci/ciInstanceKlassKlass.hpp"
    1.29 +#include "ci/ciKlass.hpp"
    1.30 +#include "ci/ciKlassKlass.hpp"
    1.31 +#include "ci/ciMethod.hpp"
    1.32 +#include "ci/ciMethodKlass.hpp"
    1.33 +#include "ci/ciNullObject.hpp"
    1.34 +#include "ci/ciObjArray.hpp"
    1.35 +#include "ci/ciObjArrayKlass.hpp"
    1.36 +#include "ci/ciObjArrayKlassKlass.hpp"
    1.37 +#include "ci/ciObject.hpp"
    1.38 +#include "ci/ciSignature.hpp"
    1.39 +#include "ci/ciStreams.hpp"
    1.40 +#include "ci/ciSymbol.hpp"
    1.41 +#include "ci/ciSymbolKlass.hpp"
    1.42 +#include "ci/ciTypeArray.hpp"
    1.43 +#include "ci/ciTypeArrayKlass.hpp"
    1.44 +#include "ci/ciTypeArrayKlassKlass.hpp"
    1.45 +
    1.46  // This is a dummy file used for including the complete
    1.47  // compiler interface.
    1.48 +
    1.49 +#endif // SHARE_VM_CI_COMPILERINTERFACE_HPP

mercurial