src/hotspot/share/classfile/stringTable.cpp
changeset 50608 1609a43e77ae
parent 50556 e5a40146791b
child 50815 54a285a5c6cb
--- a/src/hotspot/share/classfile/stringTable.cpp	Mon Jun 18 14:36:50 2018 +0200
+++ b/src/hotspot/share/classfile/stringTable.cpp	Mon Jun 18 16:13:21 2018 +0200
@@ -456,7 +456,7 @@
   log_trace(stringtable)("Started to grow");
   {
     TraceTime timer("Grow", TRACETIME_LOG(Debug, stringtable, perf));
-    while (gt.doTask(jt)) {
+    while (gt.do_task(jt)) {
       gt.pause(jt);
       {
         ThreadBlockInVM tbivm(jt);
@@ -502,7 +502,7 @@
   bool interrupted = false;
   {
     TraceTime timer("Clean", TRACETIME_LOG(Debug, stringtable, perf));
-    while(bdt.doTask(jt, stdc, stdd)) {
+    while(bdt.do_task(jt, stdc, stdd)) {
       bdt.pause(jt);
       {
         ThreadBlockInVM tbivm(jt);