hotspot/src/share/vm/runtime/globals.hpp
changeset 19546 f6b7c9e96ea3
parent 19319 0ad35be0733a
child 19682 2dd459817aae
child 22828 17ecb098bc1e
--- a/hotspot/src/share/vm/runtime/globals.hpp	Sun Aug 25 21:21:18 2013 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Aug 16 13:22:32 2013 +0200
@@ -1933,6 +1933,9 @@
   notproduct(bool, ExecuteInternalVMTests, false,                           \
           "Enable execution of internal VM tests.")                         \
                                                                             \
+  notproduct(bool, VerboseInternalVMTests, false,                           \
+          "Turn on logging for internal VM tests.")                         \
+                                                                            \
   product_pd(bool, UseTLAB, "Use thread-local object allocation")           \
                                                                             \
   product_pd(bool, ResizeTLAB,                                              \