src/share/vm/opto/callnode.cpp

changeset 2314
f95d63e2154a
parent 1989
60a14ad85270
child 3311
1bd45abaa507
     1.1 --- a/src/share/vm/opto/callnode.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/opto/callnode.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,13 +22,24 @@
    1.11   *
    1.12   */
    1.13  
    1.14 +#include "precompiled.hpp"
    1.15 +#include "ci/bcEscapeAnalyzer.hpp"
    1.16 +#include "compiler/oopMap.hpp"
    1.17 +#include "opto/callnode.hpp"
    1.18 +#include "opto/escape.hpp"
    1.19 +#include "opto/locknode.hpp"
    1.20 +#include "opto/machnode.hpp"
    1.21 +#include "opto/matcher.hpp"
    1.22 +#include "opto/parse.hpp"
    1.23 +#include "opto/regalloc.hpp"
    1.24 +#include "opto/regmask.hpp"
    1.25 +#include "opto/rootnode.hpp"
    1.26 +#include "opto/runtime.hpp"
    1.27 +
    1.28  // Portions of code courtesy of Clifford Click
    1.29  
    1.30  // Optimization - Graph Style
    1.31  
    1.32 -#include "incls/_precompiled.incl"
    1.33 -#include "incls/_callnode.cpp.incl"
    1.34 -
    1.35  //=============================================================================
    1.36  uint StartNode::size_of() const { return sizeof(*this); }
    1.37  uint StartNode::cmp( const Node &n ) const

mercurial