RFR: 8252329: runtime/LoadClass/TestResize.java timed out [v2]
Harold Seigel
hseigel at openjdk.org
Thu Jul 7 14:47:40 UTC 2022
On Wed, 6 Jul 2022 12:09:49 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This test loads 50k classes and then does PrintSystemDictionaryAtExit. The timeout seems to be during processing the output to find the load factor of the dictionary. I reduced the number of classes to 30K, which causes the one resize, and added the output to PrintClassLoaderDataAtExit, which is only 100 lines of output vs. 51000 lines of output.
>> I also added Verbose to PrintClassLoaderDataAtExit to print all the classes, since if you really want all the classes, you should use PrintSystemDictionaryAtExit.
>> Tested with tier1.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Make CLD printing better.
Changes look good!
Thanks, Harold
-------------
Marked as reviewed by hseigel (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9394
More information about the hotspot-runtime-dev
mailing list