hotspot/src/cpu/x86/vm/nativeInst_x86.cpp
changeset 24424 2658d7834c6e
parent 14626 0cf4eccf130f
child 28947 2ea471384931
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, 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.
    33 #include "utilities/ostream.hpp"
    33 #include "utilities/ostream.hpp"
    34 #ifdef COMPILER1
    34 #ifdef COMPILER1
    35 #include "c1/c1_Runtime1.hpp"
    35 #include "c1/c1_Runtime1.hpp"
    36 #endif
    36 #endif
    37 
    37 
       
    38 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
       
    39 
    38 void NativeInstruction::wrote(int offset) {
    40 void NativeInstruction::wrote(int offset) {
    39   ICache::invalidate_word(addr_at(offset));
    41   ICache::invalidate_word(addr_at(offset));
    40 }
    42 }
    41 
    43 
    42 
    44