RFR: 8252329: runtime/LoadClass/TestResize.java timed out [v3]

Coleen Phillimore coleenp at openjdk.org
Thu Jul 7 18:13:41 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 the test actually do something.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/9394/files
  - new: https://git.openjdk.org/jdk/pull/9394/files/1181c82f..39a0b5f7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9394&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9394&range=01-02

  Stats: 34 lines in 1 file changed: 15 ins; 1 del; 18 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