MCPcopy Create free account
hub / github.com/apache/fory / jdk25_access_options

Function jdk25_access_options

ci/tasks/java.py:80–84  ·  view source on GitHub ↗
(fory_targets="org.apache.fory.core")

Source from the content-addressed store, hash-verified

78
79
80def jdk25_access_options(fory_targets="org.apache.fory.core"):
81 return [
82 "--sun-misc-unsafe-memory-access=deny",
83 f"--add-opens=java.base/java.lang.invoke={fory_targets}",
84 ]
85
86
87def jdk25_runtime_options(fory_targets="org.apache.fory.core"):

Callers 1

jdk25_runtime_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected