hotspot/src/cpu/sparc/vm/register_definitions_sparc.cpp
changeset 40107 e59cd9dd42a5
parent 35214 d86005e0b4c2
child 46461 7155d5ff2d07
equal deleted inserted replaced
40106:6be13673b3c1 40107:e59cd9dd42a5
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2016, 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.
    23  */
    23  */
    24 
    24 
    25 // make sure the defines don't screw up the declarations later on in this file
    25 // make sure the defines don't screw up the declarations later on in this file
    26 #define DONT_USE_REGISTER_DEFINES
    26 #define DONT_USE_REGISTER_DEFINES
    27 
    27 
    28 #include "precompiled.hpp"
    28 // Note: precompiled headers can not be used in this file because of the above
       
    29 //       definition
       
    30 
    29 #include "asm/assembler.hpp"
    31 #include "asm/assembler.hpp"
    30 #include "asm/register.hpp"
    32 #include "asm/register.hpp"
    31 #include "interp_masm_sparc.hpp"
    33 #include "interp_masm_sparc.hpp"
    32 #include "register_sparc.hpp"
    34 #include "register_sparc.hpp"
    33 
    35