hotspot/src/share/vm/code/nmethod.cpp
changeset 24424 2658d7834c6e
parent 24351 61b33cc6d3cf
child 25351 7c198a690050
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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.
    45 #include "utilities/events.hpp"
    45 #include "utilities/events.hpp"
    46 #include "utilities/xmlstream.hpp"
    46 #include "utilities/xmlstream.hpp"
    47 #ifdef SHARK
    47 #ifdef SHARK
    48 #include "shark/sharkCompiler.hpp"
    48 #include "shark/sharkCompiler.hpp"
    49 #endif
    49 #endif
       
    50 
       
    51 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    50 
    52 
    51 #ifdef DTRACE_ENABLED
    53 #ifdef DTRACE_ENABLED
    52 
    54 
    53 // Only bother with this argument setup if dtrace is available
    55 // Only bother with this argument setup if dtrace is available
    54 
    56