src/hotspot/share/compiler/compileBroker.cpp
changeset 49480 d7df2dd501ce
parent 49469 1708db7f94c6
child 49594 898ef81cbc0e
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2018, 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.
    51 #include "runtime/javaCalls.hpp"
    51 #include "runtime/javaCalls.hpp"
    52 #include "runtime/os.hpp"
    52 #include "runtime/os.hpp"
    53 #include "runtime/sharedRuntime.hpp"
    53 #include "runtime/sharedRuntime.hpp"
    54 #include "runtime/sweeper.hpp"
    54 #include "runtime/sweeper.hpp"
    55 #include "runtime/timerTrace.hpp"
    55 #include "runtime/timerTrace.hpp"
       
    56 #include "runtime/vframe.inline.hpp"
    56 #include "trace/tracing.hpp"
    57 #include "trace/tracing.hpp"
    57 #include "utilities/debug.hpp"
    58 #include "utilities/debug.hpp"
    58 #include "utilities/dtrace.hpp"
    59 #include "utilities/dtrace.hpp"
    59 #include "utilities/events.hpp"
    60 #include "utilities/events.hpp"
    60 #include "utilities/formatBuffer.hpp"
    61 #include "utilities/formatBuffer.hpp"