diff src/share/vm/classfile/systemDictionary.hpp @ 13004:292050e5d5ea

8026877: Error in opening JAR file when invalid jar specified with -Xbootclasspath/a on OpenJDK build Reviewed-by: coleenp, twisti
author dholmes
date Thu, 24 Oct 2013 00:33:14 -0400
parents ca0165daa6ec
children 096c224171c4 cdf20166ec45
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Mon Oct 21 22:36:43 2013 -0400
+++ b/src/share/vm/classfile/systemDictionary.hpp	Thu Oct 24 00:33:14 2013 -0400
@@ -173,8 +173,6 @@
   /* It's okay if this turns out to be NULL in non-1.4 JDKs. */                                                          \
   do_klass(nio_Buffer_klass,                            java_nio_Buffer,                           Opt                 ) \
                                                                                                                          \
-  do_klass(PostVMInitHook_klass,                        sun_misc_PostVMInitHook,                   Opt                 ) \
-                                                                                                                         \
   /* Preload boxing klasses */                                                                                           \
   do_klass(Boolean_klass,                               java_lang_Boolean,                         Pre                 ) \
   do_klass(Character_klass,                             java_lang_Character,                       Pre                 ) \