mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
This commit is contained in:
parent
4710cf65a7
commit
a0381422dd
942 changed files with 12622 additions and 9353 deletions
|
@ -25,12 +25,17 @@
|
|||
* @test
|
||||
* @bug 8022595
|
||||
* @summary JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives
|
||||
* @library /testlibrary
|
||||
* @library /testlibrary /
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @run main/othervm ConcurrentClassLoadingTest
|
||||
*
|
||||
* @run main/othervm compiler.jsr292.ConcurrentClassLoadingTest
|
||||
*/
|
||||
|
||||
package compiler.jsr292;
|
||||
|
||||
import jdk.test.lib.Utils;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue