8266193: BasicJMapTest does not include testHistoParallel methods

Reviewed-by: sspitsyn, amenkov
This commit is contained in:
buddyliao 2021-05-07 02:57:32 +00:00 committed by Serguei Spitsyn
parent 36e5ad61e6
commit 66191ff4b0

@ -109,6 +109,9 @@ public class BasicJMapTest {
testHisto();
testHistoLive();
testHistoAll();
testHistoParallelZero();
testHistoParallel();
testHistoNonParallel();
testHistoToFile();
testHistoLiveToFile();
testHistoAllToFile();