comparison src/share/vm/classfile/vmSymbols.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 dad31fc330cd
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.
109 template(sun_misc_Signal, "sun/misc/Signal") \ 109 template(sun_misc_Signal, "sun/misc/Signal") \
110 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \ 110 template(java_lang_AssertionStatusDirectives, "java/lang/AssertionStatusDirectives") \
111 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \ 111 template(sun_jkernel_DownloadManager, "sun/jkernel/DownloadManager") \
112 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \ 112 template(getBootClassPathEntryForClass_name, "getBootClassPathEntryForClass") \
113 template(setBootClassLoaderHook_name, "setBootClassLoaderHook") \ 113 template(setBootClassLoaderHook_name, "setBootClassLoaderHook") \
114 template(sun_misc_PostVMInitHook, "sun/misc/PostVMInitHook") \
114 \ 115 \
115 /* class file format tags */ \ 116 /* class file format tags */ \
116 template(tag_source_file, "SourceFile") \ 117 template(tag_source_file, "SourceFile") \
117 template(tag_inner_classes, "InnerClasses") \ 118 template(tag_inner_classes, "InnerClasses") \
118 template(tag_constant_value, "ConstantValue") \ 119 template(tag_constant_value, "ConstantValue") \