Skip to content

Commit

Permalink
GP-0: Removing -noverify JVM argument from testing for JDK 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Jun 22, 2022
1 parent c79bc9e commit 043d8c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gradle/javaTestProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
1 change: 0 additions & 1 deletion gradle/root/test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 043d8c8

Please sign in to comment.