src/hotspot/share/classfile/stringTable.cpp
changeset 50608 1609a43e77ae
parent 50556 e5a40146791b
child 50815 54a285a5c6cb
equal deleted inserted replaced
50607:af94bdd511cd 50608:1609a43e77ae
   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)) {