8077054: DMH LFs should be customizeable

Reviewed-by: jrose
This commit is contained in:
Vladimir Ivanov 2015-04-14 17:59:52 +03:00
parent 34e5820b03
commit bc83974fb5

View File

@ -691,10 +691,4 @@ class DirectMethodHandle extends MethodHandle {
}
}
}
@Override
void customize() {
assert(form.customized == null);
// No need to customize DMHs.
}
}