mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6921922: fix for 6911204 breaks tagged stack interpreter
Reviewed-by: kvn
This commit is contained in:
parent
0c27c5537e
commit
aecc4f4081
3 changed files with 171 additions and 60 deletions
|
@ -742,6 +742,9 @@ class CommandLineFlags {
|
|||
diagnostic(bool, PrintAdapterHandlers, false, \
|
||||
"Print code generated for i2c/c2i adapters") \
|
||||
\
|
||||
develop(bool, VerifyAdapterSharing, false, \
|
||||
"Verify that the code for shared adapters is the equivalent") \
|
||||
\
|
||||
diagnostic(bool, PrintAssembly, false, \
|
||||
"Print assembly code (using external disassembler.so)") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue