src/share/vm/utilities/workgroup.hpp

changeset 2651
92da084fefc9
parent 2314
f95d63e2154a
child 3156
f08d439fab8c
     1.1 --- a/src/share/vm/utilities/workgroup.hpp	Wed Mar 16 10:37:08 2011 -0700
     1.2 +++ b/src/share/vm/utilities/workgroup.hpp	Thu Mar 17 10:32:46 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -36,6 +36,20 @@
    1.11  # include "thread_windows.inline.hpp"
    1.12  #endif
    1.13  
    1.14 +// Task class hierarchy:
    1.15 +//   AbstractGangTask
    1.16 +//     AbstractGangTaskWOopQueues
    1.17 +//
    1.18 +// Gang/Group class hierarchy:
    1.19 +//   AbstractWorkGang
    1.20 +//     WorkGang
    1.21 +//       FlexibleWorkGang
    1.22 +//         YieldingFlexibleWorkGang (defined in another file)
    1.23 +//
    1.24 +// Worker class hierarchy:
    1.25 +//   GangWorker (subclass of WorkerThread)
    1.26 +//     YieldingFlexibleGangWorker   (defined in another file)
    1.27 +
    1.28  // Forward declarations of classes defined here
    1.29  
    1.30  class WorkGang;

mercurial