hotspot/src/share/vm/c1/c1_Compilation.cpp
changeset 37161 e881f320966e
parent 35576 1f1cca67a48e
child 37248 11a660dbbb8e
equal deleted inserted replaced
37157:2a0fdb3e2a19 37161:e881f320966e
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2016, 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 "c1/c1_ValueStack.hpp"
    34 #include "c1/c1_ValueStack.hpp"
    35 #include "code/debugInfoRec.hpp"
    35 #include "code/debugInfoRec.hpp"
    36 #include "compiler/compileLog.hpp"
    36 #include "compiler/compileLog.hpp"
    37 #include "compiler/compilerDirectives.hpp"
    37 #include "compiler/compilerDirectives.hpp"
    38 #include "runtime/sharedRuntime.hpp"
    38 #include "runtime/sharedRuntime.hpp"
       
    39 #include "runtime/timerTrace.hpp"
    39 
    40 
    40 typedef enum {
    41 typedef enum {
    41   _t_compile,
    42   _t_compile,
    42     _t_setup,
    43     _t_setup,
    43     _t_buildIR,
    44     _t_buildIR,