--- old/src/share/vm/runtime/globals.hpp 2013-08-22 13:04:00.000000000 +0200 +++ new/src/share/vm/runtime/globals.hpp 2013-08-22 13:03:59.000000000 +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, \