equal
deleted
inserted
replaced
454 return; |
454 return; |
455 } |
455 } |
456 log_trace(stringtable)("Started to grow"); |
456 log_trace(stringtable)("Started to grow"); |
457 { |
457 { |
458 TraceTime timer("Grow", TRACETIME_LOG(Debug, stringtable, perf)); |
458 TraceTime timer("Grow", TRACETIME_LOG(Debug, stringtable, perf)); |
459 while (gt.doTask(jt)) { |
459 while (gt.do_task(jt)) { |
460 gt.pause(jt); |
460 gt.pause(jt); |
461 { |
461 { |
462 ThreadBlockInVM tbivm(jt); |
462 ThreadBlockInVM tbivm(jt); |
463 } |
463 } |
464 gt.cont(jt); |
464 gt.cont(jt); |
500 StringTableDeleteCheck stdc; |
500 StringTableDeleteCheck stdc; |
501 StringTableDoDelete stdd; |
501 StringTableDoDelete stdd; |
502 bool interrupted = false; |
502 bool interrupted = false; |
503 { |
503 { |
504 TraceTime timer("Clean", TRACETIME_LOG(Debug, stringtable, perf)); |
504 TraceTime timer("Clean", TRACETIME_LOG(Debug, stringtable, perf)); |
505 while(bdt.doTask(jt, stdc, stdd)) { |
505 while(bdt.do_task(jt, stdc, stdd)) { |
506 bdt.pause(jt); |
506 bdt.pause(jt); |
507 { |
507 { |
508 ThreadBlockInVM tbivm(jt); |
508 ThreadBlockInVM tbivm(jt); |
509 } |
509 } |
510 if (!bdt.cont(jt)) { |
510 if (!bdt.cont(jt)) { |