hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
changeset 35862 411842d0c882
parent 35851 5451ff646f8e
child 35901 f5028c67e7cb
equal deleted inserted replaced
35853:9cffac525e28 35862:411842d0c882
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 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.
    59 #include "gc/shared/gcTimer.hpp"
    59 #include "gc/shared/gcTimer.hpp"
    60 #include "gc/shared/gcTrace.hpp"
    60 #include "gc/shared/gcTrace.hpp"
    61 #include "gc/shared/gcTraceTime.inline.hpp"
    61 #include "gc/shared/gcTraceTime.inline.hpp"
    62 #include "gc/shared/generationSpec.hpp"
    62 #include "gc/shared/generationSpec.hpp"
    63 #include "gc/shared/isGCActiveMark.hpp"
    63 #include "gc/shared/isGCActiveMark.hpp"
    64 #include "gc/shared/referenceProcessor.hpp"
    64 #include "gc/shared/referenceProcessor.inline.hpp"
    65 #include "gc/shared/taskqueue.inline.hpp"
    65 #include "gc/shared/taskqueue.inline.hpp"
    66 #include "logging/log.hpp"
    66 #include "logging/log.hpp"
    67 #include "memory/allocation.hpp"
    67 #include "memory/allocation.hpp"
    68 #include "memory/iterator.hpp"
    68 #include "memory/iterator.hpp"
    69 #include "oops/oop.inline.hpp"
    69 #include "oops/oop.inline.hpp"