comparison src/share/vm/classfile/systemDictionary.hpp @ 2129:8f8dfba37802

6994753: Implement optional hook to a Java method at VM startup. Reviewed-by: mchung, acorn
author kevinw
date Wed, 12 Jan 2011 15:44:16 +0000
parents f2da85a9b08e
children 3582bf76420e
comparison
equal deleted inserted replaced
2128:0ca32cc95d7b 2129:8f8dfba37802
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2011, 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.
169 \ 169 \
170 /* If this class isn't present, it won't be referenced. */ \ 170 /* If this class isn't present, it won't be referenced. */ \
171 template(sun_misc_AtomicLongCSImpl_klass, sun_misc_AtomicLongCSImpl, Opt) \ 171 template(sun_misc_AtomicLongCSImpl_klass, sun_misc_AtomicLongCSImpl, Opt) \
172 \ 172 \
173 template(sun_jkernel_DownloadManager_klass, sun_jkernel_DownloadManager, Opt_Kernel) \ 173 template(sun_jkernel_DownloadManager_klass, sun_jkernel_DownloadManager, Opt_Kernel) \
174 \
175 template(sun_misc_PostVMInitHook_klass, sun_misc_PostVMInitHook, Opt) \
174 \ 176 \
175 /* Preload boxing klasses */ \ 177 /* Preload boxing klasses */ \
176 template(Boolean_klass, java_lang_Boolean, Pre) \ 178 template(Boolean_klass, java_lang_Boolean, Pre) \
177 template(Character_klass, java_lang_Character, Pre) \ 179 template(Character_klass, java_lang_Character, Pre) \
178 template(Float_klass, java_lang_Float, Pre) \ 180 template(Float_klass, java_lang_Float, Pre) \