hotspot/src/cpu/x86/vm/interpreter_x86_64.cpp
changeset 24424 2658d7834c6e
parent 23203 76c2a23e2537
child 25715 d5a8dbdc5150
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    49 #include "c1/c1_Runtime1.hpp"
    49 #include "c1/c1_Runtime1.hpp"
    50 #endif
    50 #endif
    51 
    51 
    52 #define __ _masm->
    52 #define __ _masm->
    53 
    53 
       
    54 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    54 
    55 
    55 #ifdef _WIN64
    56 #ifdef _WIN64
    56 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
    57 address AbstractInterpreterGenerator::generate_slow_signature_handler() {
    57   address entry = __ pc();
    58   address entry = __ pc();
    58 
    59