diff src/share/vm/runtime/globals.hpp @ 1207:74c848d437ab

6921922: fix for 6911204 breaks tagged stack interpreter Reviewed-by: kvn
author never
date Wed, 03 Feb 2010 12:28:30 -0800
parents 87684f1a88b5
children c1f1137b3575
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Feb 01 16:49:49 2010 -0800
+++ b/src/share/vm/runtime/globals.hpp	Wed Feb 03 12:28:30 2010 -0800
@@ -742,6 +742,9 @@
   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)")           \
                                                                             \