comparison 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
comparison
equal deleted inserted replaced
13055:fce21ac5968d 13385:cdf20166ec45
139 do_klass(reflect_Constructor_klass, java_lang_reflect_Constructor, Pre ) \ 139 do_klass(reflect_Constructor_klass, java_lang_reflect_Constructor, Pre ) \
140 \ 140 \
141 /* NOTE: needed too early in bootstrapping process to have checks based on JDK version */ \ 141 /* NOTE: needed too early in bootstrapping process to have checks based on JDK version */ \
142 /* Universe::is_gte_jdk14x_version() is not set up by this point. */ \ 142 /* Universe::is_gte_jdk14x_version() is not set up by this point. */ \
143 /* It's okay if this turns out to be NULL in non-1.4 JDKs. */ \ 143 /* It's okay if this turns out to be NULL in non-1.4 JDKs. */ \
144 do_klass(lambda_MagicLambdaImpl_klass, java_lang_invoke_MagicLambdaImpl, Opt ) \
145 do_klass(reflect_MagicAccessorImpl_klass, sun_reflect_MagicAccessorImpl, Opt ) \ 144 do_klass(reflect_MagicAccessorImpl_klass, sun_reflect_MagicAccessorImpl, Opt ) \
146 do_klass(reflect_MethodAccessorImpl_klass, sun_reflect_MethodAccessorImpl, Opt_Only_JDK14NewRef) \ 145 do_klass(reflect_MethodAccessorImpl_klass, sun_reflect_MethodAccessorImpl, Opt_Only_JDK14NewRef) \
147 do_klass(reflect_ConstructorAccessorImpl_klass, sun_reflect_ConstructorAccessorImpl, Opt_Only_JDK14NewRef) \ 146 do_klass(reflect_ConstructorAccessorImpl_klass, sun_reflect_ConstructorAccessorImpl, Opt_Only_JDK14NewRef) \
148 do_klass(reflect_DelegatingClassLoader_klass, sun_reflect_DelegatingClassLoader, Opt ) \ 147 do_klass(reflect_DelegatingClassLoader_klass, sun_reflect_DelegatingClassLoader, Opt ) \
149 do_klass(reflect_ConstantPool_klass, sun_reflect_ConstantPool, Opt_Only_JDK15 ) \ 148 do_klass(reflect_ConstantPool_klass, sun_reflect_ConstantPool, Opt_Only_JDK15 ) \