src/share/vm/classfile/classLoaderData.cpp

changeset 4490
5daaddd917a1
parent 4457
59a58e20dc60
child 4497
16fb9f942703
     1.1 --- a/src/share/vm/classfile/classLoaderData.cpp	Tue Jan 22 11:54:16 2013 -0800
     1.2 +++ b/src/share/vm/classfile/classLoaderData.cpp	Wed Jan 23 10:34:29 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2013, 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 @@ -50,11 +50,12 @@
    1.11  #include "classfile/classLoaderData.hpp"
    1.12  #include "classfile/classLoaderData.inline.hpp"
    1.13  #include "classfile/javaClasses.hpp"
    1.14 +#include "classfile/metadataOnStackMark.hpp"
    1.15  #include "classfile/systemDictionary.hpp"
    1.16  #include "code/codeCache.hpp"
    1.17  #include "memory/metadataFactory.hpp"
    1.18  #include "memory/metaspaceShared.hpp"
    1.19 -#include "prims/jvmtiRedefineClasses.hpp"
    1.20 +#include "memory/oopFactory.hpp"
    1.21  #include "runtime/jniHandles.hpp"
    1.22  #include "runtime/mutex.hpp"
    1.23  #include "runtime/safepoint.hpp"

mercurial