git: openjdk/jdk: 8295278: Add parallel class loading tests

Coleen Phillimore coleenp at openjdk.org
Mon Oct 17 12:33:35 UTC 2022


Changeset: 5d273b9f
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2022-10-17 12:31:39 +0000
URL:       https://git.openjdk.org/jdk/commit/5d273b9f040a9884e2ae5b0f1409a3f9075c51c9

8295278: Add parallel class loading tests

Reviewed-by: vlivanov, ccheung

+ test/hotspot/jtreg/runtime/ParallelLoad/CallLoadClass/CallLoadClassTest.java
+ test/hotspot/jtreg/runtime/ParallelLoad/CallLoadClass/ClassLoadingThread.java
+ test/hotspot/jtreg/runtime/ParallelLoad/CallLoadClass/test-classes/A.java
+ test/hotspot/jtreg/runtime/ParallelLoad/ParallelCircularity/ParallelCircularityTest.java
+ test/hotspot/jtreg/runtime/ParallelLoad/ParallelCircularity/test-classes/Base.java
+ test/hotspot/jtreg/runtime/ParallelLoad/ParallelCircularity/test-classes/Derived.java
+ test/hotspot/jtreg/runtime/ParallelLoad/ParallelCircularity/test-classes/Support.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/AsmClasses.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/ClassLoadingThread.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/MyLoader.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/MyNonParallelLoader.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/ParallelSuperTest.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/test-classes/A.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/test-classes/B.java
= test/hotspot/jtreg/runtime/ParallelLoad/ParallelSuper/test-classes/ClassInLoader.java
= test/hotspot/jtreg/runtime/ParallelLoad/SaveResolutionError/SaveResolutionErrorTest.java
+ test/hotspot/jtreg/runtime/ParallelLoad/SuperWait/ClassLoadingThread.java
+ test/hotspot/jtreg/runtime/ParallelLoad/SuperWait/SuperWaitTest.java
+ test/hotspot/jtreg/runtime/ParallelLoad/SuperWait/test-classes/A.java
+ test/hotspot/jtreg/runtime/ParallelLoad/SuperWait/test-classes/B.java
+ test/hotspot/jtreg/runtime/ParallelLoad/SuperWait/test-classes/C.java
+ test/hotspot/jtreg/runtime/ParallelLoad/SuperWait/test-classes/D.java
= test/hotspot/jtreg/runtime/ParallelLoad/share/ThreadPrint.java



More information about the jdk-changes mailing list