Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8266193: BasicJMapTest does not include testHistoParallel methods
Reviewed-by: sspitsyn, amenkov
  • Loading branch information
buddyliao authored and Serguei Spitsyn committed May 7, 2021
1 parent 36e5ad6 commit 66191ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/jdk/sun/tools/jmap/BasicJMapTest.java
Expand Up @@ -109,6 +109,9 @@ public static void main(String[] args) throws Exception {
testHisto();
testHistoLive();
testHistoAll();
testHistoParallelZero();
testHistoParallel();
testHistoNonParallel();
testHistoToFile();
testHistoLiveToFile();
testHistoAllToFile();
Expand Down

1 comment on commit 66191ff

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.