< prev index next >

src/share/vm/memory/metaspaceGCThresholdUpdater.hpp

Print this page

        

@@ -41,11 +41,11 @@
       case ComputeNewSize:
         return "compute_new_size";
       case ExpandAndAllocate:
         return "expand_and_allocate";
       default:
-        assert(false, err_msg("Got bad updater: %d", (int) updater));
+        assert(false, "Got bad updater: %d", (int) updater);
         return NULL;
     };
   }
 };
 
< prev index next >