RFR: 8264672: runtime/ParallelLoad/ParallelSuperTest.java timed out [v3]

Coleen Phillimore coleenp at openjdk.java.net
Thu Apr 8 11:47:50 UTC 2021


> Added a flag so that thread 2 will notify thread 1 after it's waiting, and not before.
> Ran 100x on macosx-x64-debug without timeout (actually ran original 100x without timeout also).
> The test relies on one thread waiting at a place where another can find the class loading in progress.  Alternate suggestions welcome.
> Thanks!
> Coleen

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  rename ready to waiting

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3375/files
  - new: https://git.openjdk.java.net/jdk/pull/3375/files/5958bdcb..0048f355

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3375&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3375&range=01-02

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3375.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3375/head:pull/3375

PR: https://git.openjdk.java.net/jdk/pull/3375


More information about the hotspot-runtime-dev mailing list