hotspot/src/share/vm/c1/c1_GraphBuilder.cpp
changeset 25719 ef6312344da2
parent 25644 5319fc0701c7
parent 25716 fc9bd7814b10
child 29081 c61eb4914428
child 28954 7dda6c26cc98
equal deleted inserted replaced
25711:7acf7d6a4403 25719:ef6312344da2
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    34 #include "ci/ciMemberName.hpp"
    34 #include "ci/ciMemberName.hpp"
    35 #include "compiler/compileBroker.hpp"
    35 #include "compiler/compileBroker.hpp"
    36 #include "interpreter/bytecode.hpp"
    36 #include "interpreter/bytecode.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    38 #include "runtime/compilationPolicy.hpp"
    38 #include "runtime/compilationPolicy.hpp"
       
    39 #include "runtime/vm_version.hpp"
    39 #include "utilities/bitMap.inline.hpp"
    40 #include "utilities/bitMap.inline.hpp"
    40 
    41 
    41 class BlockListBuilder VALUE_OBJ_CLASS_SPEC {
    42 class BlockListBuilder VALUE_OBJ_CLASS_SPEC {
    42  private:
    43  private:
    43   Compilation* _compilation;
    44   Compilation* _compilation;