hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 5076 8b74a4b60b31
parent 4902 991aaddb5165
child 5694 1e0532a6abff
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Wed Mar 03 08:10:41 2010 -0800
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Wed Mar 03 14:48:26 2010 -0800
@@ -827,6 +827,8 @@
 #define       badHeapWord       (::badHeapWordVal)
 #define       badJNIHandle      ((oop)::badJNIHandleVal)
 
+// Default TaskQueue size is 16K (32-bit) or 128K (64-bit)
+#define TASKQUEUE_SIZE (NOT_LP64(1<<14) LP64_ONLY(1<<17))
 
 //----------------------------------------------------------------------------------------------------
 // Utility functions for bitfield manipulations