hotspot/src/share/vm/shark/sharkInliner.cpp
changeset 37248 11a660dbbb8e
parent 23196 7fb201976e8b
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2009 Red Hat, Inc.
     3  * Copyright 2009 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    27 #include "ci/ciField.hpp"
    27 #include "ci/ciField.hpp"
    28 #include "ci/ciMethod.hpp"
    28 #include "ci/ciMethod.hpp"
    29 #include "ci/ciStreams.hpp"
    29 #include "ci/ciStreams.hpp"
    30 #include "interpreter/bytecodes.hpp"
    30 #include "interpreter/bytecodes.hpp"
    31 #include "memory/allocation.hpp"
    31 #include "memory/allocation.hpp"
       
    32 #include "memory/resourceArea.hpp"
    32 #include "shark/sharkBlock.hpp"
    33 #include "shark/sharkBlock.hpp"
    33 #include "shark/sharkConstant.hpp"
    34 #include "shark/sharkConstant.hpp"
    34 #include "shark/sharkInliner.hpp"
    35 #include "shark/sharkInliner.hpp"
    35 #include "shark/sharkIntrinsics.hpp"
    36 #include "shark/sharkIntrinsics.hpp"
    36 #include "shark/sharkState.hpp"
    37 #include "shark/sharkState.hpp"