mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
Merge
This commit is contained in:
commit
62717f091a
81 changed files with 7128 additions and 247 deletions
|
@ -3301,6 +3301,21 @@ class CommandLineFlags {
|
|||
product(bool, AnonymousClasses, false, \
|
||||
"support sun.misc.Unsafe.defineAnonymousClass") \
|
||||
\
|
||||
product(bool, EnableMethodHandles, false, \
|
||||
"support method handles (true by default under JSR 292)") \
|
||||
\
|
||||
diagnostic(intx, MethodHandlePushLimit, 3, \
|
||||
"number of additional stack slots a method handle may push") \
|
||||
\
|
||||
develop(bool, TraceMethodHandles, false, \
|
||||
"trace internal method handle operations") \
|
||||
\
|
||||
diagnostic(bool, VerifyMethodHandles, trueInDebug, \
|
||||
"perform extra checks when constructing method handles") \
|
||||
\
|
||||
diagnostic(bool, OptimizeMethodHandles, true, \
|
||||
"when constructing method handles, try to improve them") \
|
||||
\
|
||||
product(bool, TaggedStackInterpreter, false, \
|
||||
"Insert tags in interpreter execution stack for oopmap generaion")\
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue