[jdk18] RFR: 8132785: java/lang/management/ThreadMXBean/ThreadLists.java fails intermittently
    Kevin Walls 
    kevinw at openjdk.java.net
       
    Mon Dec 13 11:05:09 UTC 2021
    
    
  
On Mon, 13 Dec 2021 04:19:39 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Investigation showed this test was experiencing interference from threads created by other tests in agentvm mode. The simple solution is to run this test isolated using othervm mode. Also added some diagnostics to the test incase we see future failures.
> 
> Testing: local and tier3.
> 
> Thanks,
> David
Yes, othervm and printing the threads from both points of view looks good. 8-)
-------------
Marked as reviewed by kevinw (Committer).
PR: https://git.openjdk.java.net/jdk18/pull/14
    
    
More information about the serviceability-dev
mailing list