src/hotspot/share/gc/shared/workerDataArray.hpp
changeset 55510 3e31a8beaae4
parent 54465 c4f16445675a
child 59198 92c98aa0f801
--- a/src/hotspot/share/gc/shared/workerDataArray.hpp	Thu Jun 27 03:33:44 2019 +0200
+++ b/src/hotspot/share/gc/shared/workerDataArray.hpp	Thu Jun 27 11:48:32 2019 +0200
@@ -34,7 +34,7 @@
 class WorkerDataArray  : public CHeapObj<mtGC> {
   friend class WDAPrinter;
 public:
-  static const uint MaxThreadWorkItems = 5;
+  static const uint MaxThreadWorkItems = 6;
 private:
   T*          _data;
   uint        _length;