RFR: 8252329: runtime/LoadClass/TestResize.java timed out [v2]
Coleen Phillimore
coleenp at openjdk.org
Wed Jul 6 12:09:49 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.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Make CLD printing better.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9394/files
- new: https://git.openjdk.org/jdk/pull/9394/files/3611b1de..1181c82f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9394&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9394&range=00-01
Stats: 8 lines in 1 file changed: 6 ins; 2 del; 0 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