comparison src/share/vm/runtime/vmThread.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents d2a62e0f25eb
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
44 // Prioritized queue of VM operations. 44 // Prioritized queue of VM operations.
45 // 45 //
46 // Encapsulates both queue management and 46 // Encapsulates both queue management and
47 // and priority policy 47 // and priority policy
48 // 48 //
49 class VMOperationQueue : public CHeapObj { 49 class VMOperationQueue : public CHeapObj<mtInternal> {
50 private: 50 private:
51 enum Priorities { 51 enum Priorities {
52 SafepointPriority, // Highest priority (operation executed at a safepoint) 52 SafepointPriority, // Highest priority (operation executed at a safepoint)
53 MediumPriority, // Medium priority 53 MediumPriority, // Medium priority
54 nof_priorities 54 nof_priorities