8025632: Remove all references to MagicLambdaImpl from Hotspot

MagicLambdaImpl was removed from jdk side, this should be done in vm side too

Reviewed-by: coleenp, hseigel, rdurbin
This commit is contained in:
Yumin Qi 2013-11-13 16:24:33 -08:00
parent 4b35aa3d1e
commit 7496b461e3
6 changed files with 1 additions and 23 deletions

View file

@ -3622,9 +3622,6 @@ class CommandLineFlags {
"Temporary flag for transition to AbstractMethodError wrapped " \
"in InvocationTargetException. See 6531596") \
\
develop(bool, VerifyLambdaBytecodes, false, \
"Force verification of jdk 8 lambda metafactory bytecodes") \
\
develop(intx, FastSuperclassLimit, 8, \
"Depth of hardwired instanceof accelerator array") \
\