diff src/share/vm/classfile/systemDictionary.hpp @ 13385:cdf20166ec45

8025632: Remove all references to MagicLambdaImpl from Hotspot Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too Reviewed-by: coleenp, hseigel, rdurbin
author minqi
date Wed, 13 Nov 2013 16:24:33 -0800
parents 292050e5d5ea
children 86e6d691f2e1 9d15b81d5d1b
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Wed Nov 13 07:31:26 2013 -0800
+++ b/src/share/vm/classfile/systemDictionary.hpp	Wed Nov 13 16:24:33 2013 -0800
@@ -141,7 +141,6 @@
   /* NOTE: needed too early in bootstrapping process to have checks based on JDK version */                              \
   /* Universe::is_gte_jdk14x_version() is not set up by this point. */                                                   \
   /* It's okay if this turns out to be NULL in non-1.4 JDKs. */                                                          \
-  do_klass(lambda_MagicLambdaImpl_klass,                java_lang_invoke_MagicLambdaImpl,          Opt                 ) \
   do_klass(reflect_MagicAccessorImpl_klass,             sun_reflect_MagicAccessorImpl,             Opt                 ) \
   do_klass(reflect_MethodAccessorImpl_klass,            sun_reflect_MethodAccessorImpl,            Opt_Only_JDK14NewRef) \
   do_klass(reflect_ConstructorAccessorImpl_klass,       sun_reflect_ConstructorAccessorImpl,       Opt_Only_JDK14NewRef) \