hotspot/src/share/vm/shark/sharkCompiler.cpp
changeset 37248 11a660dbbb8e
parent 33626 3c94db05e903
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     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  * Copyright 2008, 2009, 2010, 2011 Red Hat, Inc.
     3  * Copyright 2008, 2009, 2010, 2011 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    30 #include "code/dependencies.hpp"
    30 #include "code/dependencies.hpp"
    31 #include "code/exceptionHandlerTable.hpp"
    31 #include "code/exceptionHandlerTable.hpp"
    32 #include "code/oopRecorder.hpp"
    32 #include "code/oopRecorder.hpp"
    33 #include "compiler/abstractCompiler.hpp"
    33 #include "compiler/abstractCompiler.hpp"
    34 #include "compiler/oopMap.hpp"
    34 #include "compiler/oopMap.hpp"
       
    35 #include "memory/resourceArea.hpp"
    35 #include "shark/llvmHeaders.hpp"
    36 #include "shark/llvmHeaders.hpp"
    36 #include "shark/sharkBuilder.hpp"
    37 #include "shark/sharkBuilder.hpp"
    37 #include "shark/sharkCodeBuffer.hpp"
    38 #include "shark/sharkCodeBuffer.hpp"
    38 #include "shark/sharkCompiler.hpp"
    39 #include "shark/sharkCompiler.hpp"
    39 #include "shark/sharkContext.hpp"
    40 #include "shark/sharkContext.hpp"