mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8013635: VM should no longer create bridges for generic signatures
Requires: 8013789: Compiler bridges, 8015402
: metafactory
Reviewed-by: sspitsyn, coleenp, bharadwaj
This commit is contained in:
parent
64cf70de03
commit
ed46fe2de9
2 changed files with 451 additions and 190 deletions
|
@ -3679,6 +3679,9 @@ class CommandLineFlags {
|
|||
develop(bool, VerifyGenericSignatures, false, \
|
||||
"Abort VM on erroneous or inconsistent generic signatures") \
|
||||
\
|
||||
product(bool, ParseGenericDefaults, false, \
|
||||
"Parse generic signatures for default method handling") \
|
||||
\
|
||||
product(bool, UseVMInterruptibleIO, false, \
|
||||
"(Unstable, Solaris-specific) Thread interrupt before or with " \
|
||||
"EINTR for I/O operations results in OS_INTRPT. The default value"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue