Skip to content

Commit ab58107

Browse files
authored
chore: Add JVM argument for unsafe memory access
1 parent 43d8938 commit ab58107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
default: docker-amd64-image
7171
arg-line:
7272
type: string
73-
default: "--add-opens=java.base/java.nio=ALL-UNNAMED"
73+
default: "--add-opens=java.base/java.nio=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow"
7474
executor:
7575
name: << parameters.exe >>
7676
maven-image: << parameters.maven-image >>

0 commit comments

Comments
 (0)