RFR: 8291641: Optimize StackTraceElement.toString() [v4]
David Schlosnagle
duke at openjdk.org
Tue Aug 2 15:42:46 UTC 2022
On Tue, 2 Aug 2022 14:13:25 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> David Schlosnagle has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Inline max Integer.stringSize
>
> Are there existing tests that validate the formatted results?
> If so, add this bug id to @bug tag of each test.
> If not, please add a test.
Thanks @RogerRiggs , I added the bug ID to the existing StackTraceElement SerialTest which validates the structure of `StackTraceElement.toString()`
https://github.com/openjdk/jdk/blob/c93ac5af9bf5c3ea1fb4b20d9589dee55cebf871/test/jdk/java/lang/StackTraceElement/SerialTest.java#L26-L27
-------------
PR: https://git.openjdk.org/jdk/pull/9665
More information about the core-libs-dev
mailing list