hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp
changeset 25715 d5a8dbdc5150
parent 23498 a0e67b766e5c
child 30303 c703c89fddbf
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     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  * Copyright 2012, 2014 SAP AG. All rights reserved.
     3  * Copyright 2012, 2014 SAP AG. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    27 #include "asm/macroAssembler.inline.hpp"
    27 #include "asm/macroAssembler.inline.hpp"
    28 #include "code/debugInfoRec.hpp"
    28 #include "code/debugInfoRec.hpp"
    29 #include "code/icBuffer.hpp"
    29 #include "code/icBuffer.hpp"
    30 #include "code/vtableStubs.hpp"
    30 #include "code/vtableStubs.hpp"
    31 #include "interpreter/interpreter.hpp"
    31 #include "interpreter/interpreter.hpp"
       
    32 #include "interpreter/interp_masm.hpp"
    32 #include "oops/compiledICHolder.hpp"
    33 #include "oops/compiledICHolder.hpp"
    33 #include "prims/jvmtiRedefineClassesTrace.hpp"
    34 #include "prims/jvmtiRedefineClassesTrace.hpp"
    34 #include "runtime/sharedRuntime.hpp"
    35 #include "runtime/sharedRuntime.hpp"
    35 #include "runtime/vframeArray.hpp"
    36 #include "runtime/vframeArray.hpp"
    36 #include "vmreg_ppc.inline.hpp"
    37 #include "vmreg_ppc.inline.hpp"
    37 #include "adfiles/ad_ppc_64.hpp"
       
    38 #ifdef COMPILER1
    38 #ifdef COMPILER1
    39 #include "c1/c1_Runtime1.hpp"
    39 #include "c1/c1_Runtime1.hpp"
    40 #endif
    40 #endif
    41 #ifdef COMPILER2
    41 #ifdef COMPILER2
       
    42 #include "adfiles/ad_ppc_64.hpp"
    42 #include "opto/runtime.hpp"
    43 #include "opto/runtime.hpp"
    43 #endif
    44 #endif
    44 
    45 
    45 #define __ masm->
    46 #define __ masm->
    46 
    47