src/hotspot/cpu/ppc/nativeInst_ppc.cpp
changeset 50429 83aec1d357d4
parent 49622 c96f6f8984f7
child 52384 d6dc479bcdd3
equal deleted inserted replaced
50428:8c88df2e8a78 50429:83aec1d357d4
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2015 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2015 SAP SE. 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
    28 #include "memory/resourceArea.hpp"
    28 #include "memory/resourceArea.hpp"
    29 #include "nativeInst_ppc.hpp"
    29 #include "nativeInst_ppc.hpp"
    30 #include "oops/compressedOops.inline.hpp"
    30 #include "oops/compressedOops.inline.hpp"
    31 #include "oops/oop.hpp"
    31 #include "oops/oop.hpp"
    32 #include "runtime/handles.hpp"
    32 #include "runtime/handles.hpp"
    33 #include "runtime/orderAccess.inline.hpp"
    33 #include "runtime/orderAccess.hpp"
    34 #include "runtime/sharedRuntime.hpp"
    34 #include "runtime/sharedRuntime.hpp"
    35 #include "runtime/stubRoutines.hpp"
    35 #include "runtime/stubRoutines.hpp"
    36 #include "utilities/ostream.hpp"
    36 #include "utilities/ostream.hpp"
    37 #ifdef COMPILER1
    37 #ifdef COMPILER1
    38 #include "c1/c1_Runtime1.hpp"
    38 #include "c1/c1_Runtime1.hpp"