mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8345503: Test EnableNativeAccessCDS.java fails with TEST_THREAD_FACTORY=Virtual
Reviewed-by: lmesnik, iklam, syan
This commit is contained in:
parent
fb95a53944
commit
9c3d3b9540
@ -392,7 +392,7 @@ public final class ProcessTools {
|
||||
"--dry-run", "--list-modules","--validate-modules", "-m", "--module", "-version");
|
||||
|
||||
final List<String> doubleWordArgs = List.of(
|
||||
"--add-opens", "--upgrade-module-path", "--add-modules", "--add-exports",
|
||||
"--add-opens", "--upgrade-module-path", "--add-modules", "--add-exports", "--enable-native-access",
|
||||
"--limit-modules", "--add-reads", "--patch-module", "--module-path", "-p");
|
||||
|
||||
ArrayList<String> args = new ArrayList<>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user