Relates :
|
JDK-8180035 :
|
LambdaMetafactory has a default constructor despite not having any instance members, and not being supposed to be instantiated. Probably, it should declare a private constructor and have a 'final' modifier (as does StringConcatFactory).
|