-
Bug
-
Resolution: Fixed
-
P2
-
18
-
b28
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278730 | 19 | Vicente Arturo Romero Zaldivar | P2 | Resolved | Fixed | b28 |
It's noticed couple of JCK test failures with current JDK mainline sources, and the fix possibly part of JDK18-ea26.
The tests are conforming to the spec updated in recent CSR - https://bugs.openjdk.java.net/browse/JDK-8272852 (ObjectMethods::bootstrap should specify NPE if any argument except lookup is null)
It looks like a regression caused by https://bugs.openjdk.java.net/browse/JDK-8261847 - Where makeString() method using "lookup" for string construction which can be technically null.
The tests are conforming to the spec updated in recent CSR - https://bugs.openjdk.java.net/browse/JDK-8272852 (ObjectMethods::bootstrap should specify NPE if any argument except lookup is null)
It looks like a regression caused by https://bugs.openjdk.java.net/browse/JDK-8261847 - Where makeString() method using "lookup" for string construction which can be technically null.
- backported by
-
JDK-8278730 ObjectMethods::bootstrap throws NPE when lookup is null
-
- Resolved
-
- csr for
-
JDK-8278316 ObjectMethods::bootstrap throws NPE when lookup is null
-
- Closed
-
- relates to
-
JDK-8261847 performance of java.lang.Record::toString should be improved
-
- Resolved
-
-
JDK-8272852 ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
-
- Closed
-
(1 links to)