-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JEP471 sets system property according to the command line option value #19647
Conversation
--sun-misc-unsafe-memory-access=value which is expected to be "allow", "warn", "debug" or "deny"; Set a system property sun.misc.unsafe.memory.access with the value specified via --sun-misc-unsafe-memory-access=value. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
I removed the closes keyword. #19583 shouldn't be closed until the test is unexcluded. |
Sure, the un-exclude PR is in draft currently |
jenkins test sanity win jdk8 |
jenkins test sanity alinux64 jdknext |
I do find it a bit odd that the args aren't consumed in java.c like the rest (ie. |
For
|
JEP471
sets system property according to the command line option value--sun-misc-unsafe-memory-access=value
which is expected to be "allow", "warn", "debug" or "deny";Set a system property
sun.misc.unsafe.memory.access
with the value specified via--sun-misc-unsafe-memory-access=value
.Verified locally that
sun/misc/UnsafeMemoryAccessWarnings.java
passes.issue #19583
Signed-off-by: Jason Feng fengj@ca.ibm.com