8221180: Deprecate AllowJNIEnvProxy

Reviewed-by: coleenp, dcubed
This commit is contained in:
David Holmes 2019-03-20 23:32:57 -04:00
parent ce6818a60b
commit 87283a7568
3 changed files with 4 additions and 2 deletions

View file

@ -861,7 +861,7 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"by the application (Solaris & Linux only)") \
\
product(bool, AllowJNIEnvProxy, false, \
"Allow JNIEnv proxies for jdbx") \
"(Deprecated) Allow JNIEnv proxies for jdbx") \
\
product(bool, RestoreMXCSROnJNICalls, false, \
"Restore MXCSR when returning from JNI calls") \