Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8180689 | 10 | Paul Sandoz | P2 | Resolved | Fixed | b09 |
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).
Probably, it should declare a private constructor and have a 'final' modifier (as does StringConcatFactory).
- backported by
-
JDK-8180689 LambdaMetafactory has default constructor
-
- Resolved
-