src/hotspot/cpu/ppc/assembler_ppc.cpp
changeset 49347 edb65305d3ac
parent 47216 71c04702a3d5
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49346:14e84a4edb9c 49347:edb65305d3ac
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, 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
    36 #include "runtime/os.hpp"
    36 #include "runtime/os.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    38 #include "runtime/stubRoutines.hpp"
    38 #include "runtime/stubRoutines.hpp"
    39 #include "utilities/macros.hpp"
    39 #include "utilities/macros.hpp"
    40 #if INCLUDE_ALL_GCS
    40 #if INCLUDE_ALL_GCS
       
    41 #include "gc/g1/g1BarrierSet.hpp"
    41 #include "gc/g1/g1CollectedHeap.inline.hpp"
    42 #include "gc/g1/g1CollectedHeap.inline.hpp"
    42 #include "gc/g1/g1SATBCardTableModRefBS.hpp"
       
    43 #include "gc/g1/heapRegion.hpp"
    43 #include "gc/g1/heapRegion.hpp"
    44 #endif // INCLUDE_ALL_GCS
    44 #endif // INCLUDE_ALL_GCS
    45 
    45 
    46 #ifdef PRODUCT
    46 #ifdef PRODUCT
    47 #define BLOCK_COMMENT(str) // nothing
    47 #define BLOCK_COMMENT(str) // nothing