hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 7900 4c7fc6332f7e
parent 7426 dba53a0065f8
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.
   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) \