hotspot/src/share/vm/compiler/compileTask.cpp
changeset 37248 11a660dbbb8e
parent 35547 0ee84aa8e705
child 37296 613278eb2a1e
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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.
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "compiler/compileTask.hpp"
    26 #include "compiler/compileTask.hpp"
    27 #include "compiler/compileLog.hpp"
    27 #include "compiler/compileLog.hpp"
    28 #include "compiler/compileBroker.hpp"
    28 #include "compiler/compileBroker.hpp"
    29 #include "compiler/compilerDirectives.hpp"
    29 #include "compiler/compilerDirectives.hpp"
       
    30 #include "memory/resourceArea.hpp"
    30 
    31 
    31 CompileTask*  CompileTask::_task_free_list = NULL;
    32 CompileTask*  CompileTask::_task_free_list = NULL;
    32 #ifdef ASSERT
    33 #ifdef ASSERT
    33 int CompileTask::_num_allocated_tasks = 0;
    34 int CompileTask::_num_allocated_tasks = 0;
    34 #endif
    35 #endif