mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options
Make the options diagnostic and add -XX:+UnlockDiagnosticVMOptions to tests where needed. Reviewed-by: lfoltan, acorn, dholmes
This commit is contained in:
parent
b440ac2586
commit
ef40115621
10 changed files with 37 additions and 28 deletions
|
@ -545,10 +545,10 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
"Number of ring buffer event logs") \
|
||||
range(1, NOT_LP64(1*K) LP64_ONLY(1*M)) \
|
||||
\
|
||||
product(bool, BytecodeVerificationRemote, true, \
|
||||
diagnostic(bool, BytecodeVerificationRemote, true, \
|
||||
"Enable the Java bytecode verifier for remote classes") \
|
||||
\
|
||||
product(bool, BytecodeVerificationLocal, false, \
|
||||
diagnostic(bool, BytecodeVerificationLocal, false, \
|
||||
"Enable the Java bytecode verifier for local classes") \
|
||||
\
|
||||
develop(bool, ForceFloatExceptions, trueInDebug, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue