comparison src/share/vm/gc_implementation/g1/collectionSetChooser.hpp @ 549:fe3d7c11b4b7

6700941: G1: allocation spec missing for some G1 classes Reviewed-by: tonyp
author apetrusenko
date Tue, 10 Feb 2009 18:39:09 +0300
parents 37f87013dfd8
children 0fbdb4381b99
comparison
equal deleted inserted replaced
548:773234c55e8c 549:fe3d7c11b4b7
22 * 22 *
23 */ 23 */
24 24
25 // We need to sort heap regions by collection desirability. 25 // We need to sort heap regions by collection desirability.
26 26
27 class CSetChooserCache { 27 class CSetChooserCache VALUE_OBJ_CLASS_SPEC {
28 private: 28 private:
29 enum { 29 enum {
30 CacheLength = 16 30 CacheLength = 16
31 } PrivateConstants; 31 } PrivateConstants;
32 32