8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated

Mark new option depricated

Reviewed-by: dcubed, coleenp, dholmes
This commit is contained in:
Serguei Spitsyn 2019-04-30 01:56:28 -07:00
parent 7c55d53d66
commit e3aa6f7907
3 changed files with 130 additions and 59 deletions

View file

@ -976,8 +976,8 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"Verify bytecodes after RedefineClasses constant pool merging") \
\
product(bool, AllowRedefinitionToAddDeleteMethods, false, \
"Allow redefinition to add and delete private static or " \
"final methods for compatibility with old releases") \
"(Deprecated) Allow redefinition to add and delete private " \
"static or final methods for compatibility with old releases") \
\
develop(bool, TraceBytecodes, false, \
"Trace bytecode execution") \