mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
453d1a42b0
34 changed files with 1490 additions and 493 deletions
|
@ -707,7 +707,7 @@ class CommandLineFlags {
|
|||
diagnostic(bool, PrintAssembly, false, \
|
||||
"Print assembly code (using external disassembler.so)") \
|
||||
\
|
||||
diagnostic(ccstr, PrintAssemblyOptions, false, \
|
||||
diagnostic(ccstr, PrintAssemblyOptions, NULL, \
|
||||
"Options string passed to disassembler.so") \
|
||||
\
|
||||
diagnostic(bool, PrintNMethods, false, \
|
||||
|
@ -848,7 +848,7 @@ class CommandLineFlags {
|
|||
"Use LWP-based instead of libthread-based synchronization " \
|
||||
"(SPARC only)") \
|
||||
\
|
||||
product(ccstr, SyncKnobs, "", \
|
||||
product(ccstr, SyncKnobs, NULL, \
|
||||
"(Unstable) Various monitor synchronization tunables") \
|
||||
\
|
||||
product(intx, EmitSync, 0, \
|
||||
|
@ -1032,7 +1032,7 @@ class CommandLineFlags {
|
|||
notproduct(bool, TraceJVMCalls, false, \
|
||||
"Trace JVM calls") \
|
||||
\
|
||||
product(ccstr, TraceJVMTI, "", \
|
||||
product(ccstr, TraceJVMTI, NULL, \
|
||||
"Trace flags for JVMTI functions and events") \
|
||||
\
|
||||
/* This option can change an EMCP method into an obsolete method. */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue