-
Bug
-
Resolution: Fixed
-
P4
-
20
-
b22
This can be seen in GHA, for example:
https://github.com/RealFYang/jdk/actions/runs/3286513225
```
#section:main
----------messages:(8/293)----------
command: main SuperWaitTest
reason: User specified action: run main/othervm SuperWaitTest
started: Thu Oct 20 05:32:26 UTC 2022
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
finished: Thu Oct 20 05:41:43 UTC 2022
elapsed time (seconds): 556.383
----------configuration:(0/0)----------
----------System.out:(13/351)----------
Thread 1 was started...
Thread 2 was started...
Loading Thread #2: Starting forName thread ...
Loading Thread #2: Loading C
Loading Thread #2: Loading D
D called
C called
D.<init> called
C.<init> called
Loading Thread #1: Starting forName thread ...
Loading Thread #1: Loading A
Loading Thread #1: Waiting for A
Timeout refired 480 times
----------System.err:(0/0)----------
```
https://github.com/RealFYang/jdk/actions/runs/3286513225
```
#section:main
----------messages:(8/293)----------
command: main SuperWaitTest
reason: User specified action: run main/othervm SuperWaitTest
started: Thu Oct 20 05:32:26 UTC 2022
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
finished: Thu Oct 20 05:41:43 UTC 2022
elapsed time (seconds): 556.383
----------configuration:(0/0)----------
----------System.out:(13/351)----------
Thread 1 was started...
Thread 2 was started...
Loading Thread #2: Starting forName thread ...
Loading Thread #2: Loading C
Loading Thread #2: Loading D
D called
C called
D.<init> called
C.<init> called
Loading Thread #1: Starting forName thread ...
Loading Thread #1: Loading A
Loading Thread #1: Waiting for A
Timeout refired 480 times
----------System.err:(0/0)----------
```
- relates to
-
JDK-8295278 Add parallel class loading tests
- Resolved