hotspot/src/share/vm/runtime/advancedThresholdPolicy.cpp
changeset 25715 d5a8dbdc5150
parent 24443 7aaf1b306b55
child 26796 666464578742
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 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.
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
       
    26 #include "code/codeCache.hpp"
    26 #include "runtime/advancedThresholdPolicy.hpp"
    27 #include "runtime/advancedThresholdPolicy.hpp"
    27 #include "runtime/simpleThresholdPolicy.inline.hpp"
    28 #include "runtime/simpleThresholdPolicy.inline.hpp"
    28 
    29 
    29 #ifdef TIERED
    30 #ifdef TIERED
    30 // Print an event.
    31 // Print an event.