src/share/vm/precompiled/precompiled.hpp

changeset 7074
833b0f92429a
parent 6912
c49dcaf78a65
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/precompiled/precompiled.hpp	Wed Aug 27 09:36:55 2014 +0200
     1.2 +++ b/src/share/vm/precompiled/precompiled.hpp	Wed Aug 27 08:19:12 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -220,10 +220,17 @@
    1.11  # include "runtime/vmThread.hpp"
    1.12  # include "runtime/vm_operations.hpp"
    1.13  # include "runtime/vm_version.hpp"
    1.14 +# include "services/allocationSite.hpp"
    1.15  # include "services/lowMemoryDetector.hpp"
    1.16 +# include "services/mallocTracker.hpp"
    1.17 +# include "services/memBaseline.hpp"
    1.18  # include "services/memoryPool.hpp"
    1.19  # include "services/memoryService.hpp"
    1.20  # include "services/memoryUsage.hpp"
    1.21 +# include "services/memReporter.hpp"
    1.22 +# include "services/memTracker.hpp"
    1.23 +# include "services/nmtCommon.hpp"
    1.24 +# include "services/virtualMemoryTracker.hpp"
    1.25  # include "utilities/accessFlags.hpp"
    1.26  # include "utilities/array.hpp"
    1.27  # include "utilities/bitMap.hpp"
    1.28 @@ -237,6 +244,7 @@
    1.29  # include "utilities/hashtable.hpp"
    1.30  # include "utilities/histogram.hpp"
    1.31  # include "utilities/macros.hpp"
    1.32 +# include "utilities/nativeCallStack.hpp"
    1.33  # include "utilities/numberSeq.hpp"
    1.34  # include "utilities/ostream.hpp"
    1.35  # include "utilities/preserveException.hpp"

mercurial