diff src/share/vm/runtime/globals.hpp @ 5915:2d503de963b3

7148152: Add whitebox testing API to HotSpot Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
author mgerdin
date Thu, 23 Feb 2012 14:58:35 +0100
parents cfdfbeac0a5b
children 80fe40862b02
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Feb 17 15:11:32 2012 -0800
+++ b/src/share/vm/runtime/globals.hpp	Thu Feb 23 14:58:35 2012 +0100
@@ -3896,7 +3896,10 @@
   product(bool, UseVMInterruptibleIO, false,                                \
           "(Unstable, Solaris-specific) Thread interrupt before or with "   \
           "EINTR for I/O operations results in OS_INTRPT. The default value"\
-          " of this flag is true for JDK 6 and earlier")
+          " of this flag is true for JDK 6 and earlier")                    \
+                                                                            \
+  diagnostic(bool, WhiteBoxAPI, false,                                      \
+          "Enable internal testing APIs")
 
 /*
  *  Macros for factoring of globals