hotspot/src/cpu/ppc/vm/runtime_ppc.cpp
changeset 25715 d5a8dbdc5150
parent 23211 954e3a81da29
child 35085 839c8ba29724
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2012, 2013 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
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    28 #include "asm/assembler.inline.hpp"
    28 #include "asm/assembler.inline.hpp"
    29 #include "asm/macroAssembler.inline.hpp"
    29 #include "asm/macroAssembler.inline.hpp"
    30 #include "classfile/systemDictionary.hpp"
    30 #include "classfile/systemDictionary.hpp"
    31 #include "code/vmreg.hpp"
    31 #include "code/vmreg.hpp"
    32 #include "interpreter/interpreter.hpp"
    32 #include "interpreter/interpreter.hpp"
       
    33 #include "interpreter/interp_masm.hpp"
    33 #include "nativeInst_ppc.hpp"
    34 #include "nativeInst_ppc.hpp"
    34 #include "opto/runtime.hpp"
    35 #include "opto/runtime.hpp"
    35 #include "runtime/interfaceSupport.hpp"
    36 #include "runtime/interfaceSupport.hpp"
    36 #include "runtime/sharedRuntime.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    37 #include "runtime/stubRoutines.hpp"
    38 #include "runtime/stubRoutines.hpp"
    38 #include "runtime/vframeArray.hpp"
    39 #include "runtime/vframeArray.hpp"
    39 #include "utilities/globalDefinitions.hpp"
    40 #include "utilities/globalDefinitions.hpp"
    40 #include "vmreg_ppc.inline.hpp"
       
    41 #endif
    41 #endif
    42 
    42 
    43 #define __ masm->
    43 #define __ masm->
    44 
    44 
    45 
    45