hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 24424 2658d7834c6e
parent 24322 c2978d1578e3
child 24678 9bb217f7f313
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.
    72 # include "vm_version_ppc.hpp"
    72 # include "vm_version_ppc.hpp"
    73 #endif
    73 #endif
    74 #ifdef COMPILER2
    74 #ifdef COMPILER2
    75 #include "opto/runtime.hpp"
    75 #include "opto/runtime.hpp"
    76 #endif
    76 #endif
       
    77 
       
    78 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    77 
    79 
    78 class UnlockFlagSaver {
    80 class UnlockFlagSaver {
    79   private:
    81   private:
    80     JavaThread* _thread;
    82     JavaThread* _thread;
    81     bool _do_not_unlock;
    83     bool _do_not_unlock;