hotspot/src/share/vm/gc/parallel/pcTasks.cpp
changeset 37248 11a660dbbb8e
parent 35061 be6025ebffea
child 37260 664b7520c44b
equal deleted inserted replaced
37247:bdbfe42632cb 37248:11a660dbbb8e
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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.
    31 #include "gc/parallel/psParallelCompact.hpp"
    31 #include "gc/parallel/psParallelCompact.hpp"
    32 #include "gc/shared/collectedHeap.hpp"
    32 #include "gc/shared/collectedHeap.hpp"
    33 #include "gc/shared/gcTimer.hpp"
    33 #include "gc/shared/gcTimer.hpp"
    34 #include "gc/shared/gcTraceTime.inline.hpp"
    34 #include "gc/shared/gcTraceTime.inline.hpp"
    35 #include "logging/log.hpp"
    35 #include "logging/log.hpp"
       
    36 #include "memory/resourceArea.hpp"
    36 #include "memory/universe.hpp"
    37 #include "memory/universe.hpp"
    37 #include "oops/objArrayKlass.inline.hpp"
    38 #include "oops/objArrayKlass.inline.hpp"
    38 #include "oops/oop.inline.hpp"
    39 #include "oops/oop.inline.hpp"
    39 #include "prims/jvmtiExport.hpp"
    40 #include "prims/jvmtiExport.hpp"
    40 #include "runtime/fprofiler.hpp"
    41 #include "runtime/fprofiler.hpp"