RFR: 8252329: runtime/LoadClass/TestResize.java timed out [v3]
Ioi Lam
iklam at openjdk.org
Thu Jul 7 20:26:32 UTC 2022
On Thu, 7 Jul 2022 18:13:41 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 the test actually do something.
The latest version looks good to me.
-------------
Marked as reviewed by iklam (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9394
More information about the hotspot-runtime-dev
mailing list