RFR: 8325945: Error reporting should limit the number of String characters printed [v4]

Thomas Stuefe stuefe at openjdk.org
Thu Jul 18 07:45:33 UTC 2024


On Thu, 18 Jul 2024 07:35:03 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> src/hotspot/share/classfile/javaClasses.cpp line 799:
>> 
>>> 797:   if (length > max_length) {
>>> 798:     st->print(" (abridged) ");
>>> 799:   }
>> 
>> Do we still need this marker?
>
> See my comment above:
> https://github.com/openjdk/jdk/pull/20150#issuecomment-2235749703

Oh that makes sense. Okay!

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20150#discussion_r1682363411


More information about the hotspot-dev mailing list