src/share/vm/shark/sharkTopLevelBlock.cpp

changeset 2314
f95d63e2154a
parent 2047
d2ede61b7a12
child 3391
069ab3f976d3
     1.1 --- a/src/share/vm/shark/sharkTopLevelBlock.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/shark/sharkTopLevelBlock.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -23,8 +23,27 @@
    1.11   *
    1.12   */
    1.13  
    1.14 -#include "incls/_precompiled.incl"
    1.15 -#include "incls/_sharkTopLevelBlock.cpp.incl"
    1.16 +#include "precompiled.hpp"
    1.17 +#include "ci/ciField.hpp"
    1.18 +#include "ci/ciInstance.hpp"
    1.19 +#include "ci/ciObjArrayKlass.hpp"
    1.20 +#include "ci/ciStreams.hpp"
    1.21 +#include "ci/ciType.hpp"
    1.22 +#include "ci/ciTypeFlow.hpp"
    1.23 +#include "interpreter/bytecodes.hpp"
    1.24 +#include "memory/allocation.hpp"
    1.25 +#include "runtime/deoptimization.hpp"
    1.26 +#include "shark/llvmHeaders.hpp"
    1.27 +#include "shark/llvmValue.hpp"
    1.28 +#include "shark/sharkBuilder.hpp"
    1.29 +#include "shark/sharkCacheDecache.hpp"
    1.30 +#include "shark/sharkConstant.hpp"
    1.31 +#include "shark/sharkInliner.hpp"
    1.32 +#include "shark/sharkState.hpp"
    1.33 +#include "shark/sharkTopLevelBlock.hpp"
    1.34 +#include "shark/sharkValue.hpp"
    1.35 +#include "shark/shark_globals.hpp"
    1.36 +#include "utilities/debug.hpp"
    1.37  
    1.38  using namespace llvm;
    1.39  

mercurial