On Wed, 24 Jun 2026 11:28:24 GMT, Alan Bateman <[email protected]> wrote:
>> src/java.base/share/classes/java/lang/IdentityException.java line 55:
>>
>>> 53: public IdentityException(Class<?> clazz) {
>>> 54: super(clazz.getName() + " is not an identity class");
>>> 55: }
>>
>> Is this constructor strictly necessary?
>
> It has been dropped in the lworld branch.
This PR has been updated, after Viktor's review comment, with the latest
changes from `lworld`. In this PR too that constructor no longer exists.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31123#discussion_r3467162005