hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 7900 4c7fc6332f7e
parent 7436 dbc43da3d512
child 8076 96d498ec7ae1
equal deleted inserted replaced
7899:b627d55dd419 7900:4c7fc6332f7e
     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")                            \