comparison src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp @ 269:850fdf70db2b

Merge
author jmasa
date Mon, 28 Jul 2008 15:30:23 -0700
parents d1605aabd0a1 12eea04c8b06
children ebeb6490b814 1ee8caae33af
comparison
equal deleted inserted replaced
238:3df2fe7c4451 269:850fdf70db2b
52 _marking_task_size(CardTableModRefBS::card_size_in_words * BitsPerWord * 52 _marking_task_size(CardTableModRefBS::card_size_in_words * BitsPerWord *
53 CMSConcMarkMultiple), 53 CMSConcMarkMultiple),
54 _collector(NULL) 54 _collector(NULL)
55 { 55 {
56 _bt.set_space(this); 56 _bt.set_space(this);
57 initialize(mr, true); 57 initialize(mr, SpaceDecorator::Clear, SpaceDecorator::Mangle);
58 // We have all of "mr", all of which we place in the dictionary 58 // We have all of "mr", all of which we place in the dictionary
59 // as one big chunk. We'll need to decide here which of several 59 // as one big chunk. We'll need to decide here which of several
60 // possible alternative dictionary implementations to use. For 60 // possible alternative dictionary implementations to use. For
61 // now the choice is easy, since we have only one working 61 // now the choice is easy, since we have only one working
62 // implementation, namely, the simple binary tree (splaying 62 // implementation, namely, the simple binary tree (splaying