-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b26
It has been reported at [1] that the method handle generated by java.lang.runtime.ObjectMethods is sub-optimal in particular the one generated for the toString method. The generated code should be updated to improve performance.
[1] http://mail.openjdk.java.net/pipermail/amber-dev/2021-February/006952.html
[1] http://mail.openjdk.java.net/pipermail/amber-dev/2021-February/006952.html
- duplicates
-
JDK-8265747 Improve performance of java.lang.record generated toString() method
-
- Closed
-
- relates to
-
JDK-8265747 Improve performance of java.lang.record generated toString() method
-
- Closed
-
-
JDK-8277980 ObjectMethods::bootstrap throws NPE when lookup is null
-
- Closed
-
-
JDK-8278316 ObjectMethods::bootstrap throws NPE when lookup is null
-
- Closed
-
- links to
-
Review openjdk/jdk/6403