diff -r 8aa7f885326e -r 2d83be3a0927 hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Fri Jun 24 12:38:49 2011 -0400 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Jun 28 14:23:27 2011 +0200 @@ -1944,6 +1944,9 @@ "Number of ObjArray elements to push onto the marking stack" \ "before pushing a continuation entry") \ \ + notproduct(bool, ExecuteInternalVMTests, false, \ + "Enable execution of internal VM tests.") \ + \ product_pd(bool, UseTLAB, "Use thread-local object allocation") \ \ product_pd(bool, ResizeTLAB, \