src/share/vm/opto/block.cpp

changeset 2314
f95d63e2154a
parent 2040
0e35fa8ebccd
child 3040
c7b60b601eb4
     1.1 --- a/src/share/vm/opto/block.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/opto/block.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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,11 +22,21 @@
    1.11   *
    1.12   */
    1.13  
    1.14 +#include "precompiled.hpp"
    1.15 +#include "libadt/vectset.hpp"
    1.16 +#include "memory/allocation.inline.hpp"
    1.17 +#include "opto/block.hpp"
    1.18 +#include "opto/cfgnode.hpp"
    1.19 +#include "opto/chaitin.hpp"
    1.20 +#include "opto/loopnode.hpp"
    1.21 +#include "opto/machnode.hpp"
    1.22 +#include "opto/matcher.hpp"
    1.23 +#include "opto/opcodes.hpp"
    1.24 +#include "opto/rootnode.hpp"
    1.25 +#include "utilities/copy.hpp"
    1.26 +
    1.27  // Optimization - Graph Style
    1.28  
    1.29 -#include "incls/_precompiled.incl"
    1.30 -#include "incls/_block.cpp.incl"
    1.31 -
    1.32  
    1.33  //-----------------------------------------------------------------------------
    1.34  void Block_Array::grow( uint i ) {

mercurial