src/share/vm/memory/dump.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! # include "incls/_precompiled.incl" ! # include "incls/_dump.cpp.incl" // Closure to set up the fingerprint field for all methods. class FingerprintMethodsClosure: public ObjectClosure { --- 20,46 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "classfile/javaClasses.hpp" ! #include "classfile/loaderConstraints.hpp" ! #include "classfile/symbolTable.hpp" ! #include "classfile/systemDictionary.hpp" ! #include "gc_implementation/shared/spaceDecorator.hpp" ! #include "memory/classify.hpp" ! #include "memory/filemap.hpp" ! #include "memory/oopFactory.hpp" ! #include "memory/resourceArea.hpp" ! #include "oops/methodDataOop.hpp" ! #include "oops/oop.inline.hpp" ! #include "runtime/javaCalls.hpp" ! #include "runtime/signature.hpp" ! #include "runtime/vmThread.hpp" ! #include "runtime/vm_operations.hpp" ! #include "utilities/copy.hpp" // Closure to set up the fingerprint field for all methods. class FingerprintMethodsClosure: public ObjectClosure {