hotspot/src/share/vm/opto/compile.cpp
changeset 29081 c61eb4914428
parent 28395 fbe08d791778
child 29083 5e7bce2712ac
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, 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.
    62 #include "opto/runtime.hpp"
    62 #include "opto/runtime.hpp"
    63 #include "opto/stringopts.hpp"
    63 #include "opto/stringopts.hpp"
    64 #include "opto/type.hpp"
    64 #include "opto/type.hpp"
    65 #include "opto/vectornode.hpp"
    65 #include "opto/vectornode.hpp"
    66 #include "runtime/arguments.hpp"
    66 #include "runtime/arguments.hpp"
       
    67 #include "runtime/sharedRuntime.hpp"
    67 #include "runtime/signature.hpp"
    68 #include "runtime/signature.hpp"
    68 #include "runtime/stubRoutines.hpp"
    69 #include "runtime/stubRoutines.hpp"
    69 #include "runtime/timer.hpp"
    70 #include "runtime/timer.hpp"
    70 #include "utilities/copy.hpp"
    71 #include "utilities/copy.hpp"
    71 
    72