changeset 10002 | 2d83be3a0927 |
parent 9990 | c8683968c01b |
child 10003 | 06c862a55fa4 |
--- 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, \