mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
Mark new option depricated Reviewed-by: dcubed, coleenp, dholmes
This commit is contained in:
parent
7c55d53d66
commit
e3aa6f7907
3 changed files with 130 additions and 59 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue