GP-0: Removing -noverify JVM argument from testing for JDK 17 support

This commit is contained in:
Ryan Kurtz
2022-06-22 01:12:22 -04:00
parent c79bc9e773
commit 043d8c804e
2 changed files with 0 additions and 2 deletions

View File

@@ -163,7 +163,6 @@ def initTestJVM(Task task, String rootDirName) {
'-Duser.country=US',
'-Duser.language=en',
'-Djdk.attach.allowAttachSelf',
'-noverify',
'-XX:TieredStopAtLevel=1',
'-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=' + debugPort,

View File

@@ -331,7 +331,6 @@ def initTestJVM(Task task, String rootDirName) {
'-Duser.country=US',
'-Duser.language=en',
'-Djdk.attach.allowAttachSelf',
'-noverify',
'-XX:TieredStopAtLevel=1',
'-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=' + debugPort,