<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div>
<blockquote type="cite" class="">
<div class="">On Aug 30, 2022, at 12:42 PM, Dan Smith <<a href="mailto:daniel.smith@oracle.com" class="">daniel.smith@oracle.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On Aug 30, 2022, at 12:18 PM, Dan Smith <<a href="mailto:daniel.smith@oracle.com" class="">daniel.smith@oracle.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">FYI, I've made some minor fixes to the JLS change document supporting Value Objects, published here:<br class="">
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite" class=""><br class="">
</blockquote>
<blockquote type="cite" class="">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class=""><a href="http://cr.openjdk.java.net/~dlsmith/jep8277163/latest" class="">http://cr.openjdk.java.net/~dlsmith/jep8277163/latest</a></div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
</div>
One change I'll need to make: an interface is not a functional interface if it is `identity` or `value`; but this should also be the case if any *superinterface* is `identity` or `value`. (Ultimately, the implementation should be free to generate identity objects
 or value objects to encode lambdas and method references.)
</body>
</html>