RFR: 8252329: runtime/LoadClass/TestResize.java timed out
Coleen Phillimore
coleenp at openjdk.org
Wed Jul 6 11:52:01 UTC 2022
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.
-------------
Commit messages:
- 8252329: runtime/LoadClass/TestResize.java timed out
- 8252329: runtime/LoadClass/TestResize.java timed out
Changes: https://git.openjdk.org/jdk/pull/9394/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9394&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8252329
Stats: 21 lines in 4 files changed: 11 ins; 1 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/9394.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9394/head:pull/9394
PR: https://git.openjdk.org/jdk/pull/9394
More information about the hotspot-runtime-dev
mailing list