comparison src/share/vm/classfile/classLoaderData.cpp @ 7949:5daaddd917a1

8006040: NPG: on_stack processing wastes space in ConstantPool Summary: Added on_stack bit to flags. Also MetadataMarkOnStack is used for more than JVMTI so had to be moved. Reviewed-by: dholmes, stefank
author coleenp
date Wed, 23 Jan 2013 10:34:29 -0500
parents 59a58e20dc60
children 16fb9f942703
comparison
equal deleted inserted replaced
7632:2ef7061f13b4 7949:5daaddd917a1
1 /* 1 /*
2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2013, 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.
48 48
49 #include "precompiled.hpp" 49 #include "precompiled.hpp"
50 #include "classfile/classLoaderData.hpp" 50 #include "classfile/classLoaderData.hpp"
51 #include "classfile/classLoaderData.inline.hpp" 51 #include "classfile/classLoaderData.inline.hpp"
52 #include "classfile/javaClasses.hpp" 52 #include "classfile/javaClasses.hpp"
53 #include "classfile/metadataOnStackMark.hpp"
53 #include "classfile/systemDictionary.hpp" 54 #include "classfile/systemDictionary.hpp"
54 #include "code/codeCache.hpp" 55 #include "code/codeCache.hpp"
55 #include "memory/metadataFactory.hpp" 56 #include "memory/metadataFactory.hpp"
56 #include "memory/metaspaceShared.hpp" 57 #include "memory/metaspaceShared.hpp"
57 #include "prims/jvmtiRedefineClasses.hpp" 58 #include "memory/oopFactory.hpp"
58 #include "runtime/jniHandles.hpp" 59 #include "runtime/jniHandles.hpp"
59 #include "runtime/mutex.hpp" 60 #include "runtime/mutex.hpp"
60 #include "runtime/safepoint.hpp" 61 #include "runtime/safepoint.hpp"
61 #include "runtime/synchronizer.hpp" 62 #include "runtime/synchronizer.hpp"
62 #include "utilities/growableArray.hpp" 63 #include "utilities/growableArray.hpp"