Integrated: 8252329: runtime/LoadClass/TestResize.java timed out
Coleen Phillimore
coleenp at openjdk.org
Thu Jul 7 20:30:58 UTC 2022
On Wed, 6 Jul 2022 11:43:06 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.
This pull request has now been integrated.
Changeset: f93beacd
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f93beacd2f64aab0f930ac822859380c00c51f0c
Stats: 59 lines in 4 files changed: 30 ins; 2 del; 27 mod
8252329: runtime/LoadClass/TestResize.java timed out
Reviewed-by: hseigel, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/9394
More information about the hotspot-runtime-dev
mailing list