diff src/share/vm/runtime/globals.hpp @ 11104:50257d6f5aaa

8013635: VM should no longer create bridges for generic signatures. Summary: Requires: 8013789: Compiler bridges, 8015402: metafactory Reviewed-by: sspitsyn, coleenp, bharadwaj
author acorn
date Tue, 09 Jul 2013 14:02:28 -0400
parents 8b789ce47503
children ec173c8f3739
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Jul 08 18:26:26 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Jul 09 14:02:28 2013 -0400
@@ -3679,6 +3679,9 @@
   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"\