[jdk17u-dev] RFR: 8315362: NMT: summary diff reports threads count incorrectly
    Martin Doerr 
    mdoerr at openjdk.org
       
    Mon May 27 13:18:03 UTC 2024
    
    
  
On Wed, 27 Dec 2023 07:31:16 GMT, Evgeny Ignatenko <duke at openjdk.org> wrote:
> 8315362: NMT: summary diff reports threads count incorrectly
This PR shouldn't differ from the 21u version: https://github.com/openjdk/jdk21u/commit/31c759dd7ef69449e225c3e656d8f522e1124852
I currently see the following diffs:
< +  _thread_count ++;
---
> +  _thread_count++;
< +        output.shouldContain("Baseline succeeded");
---
> +        output.shouldContain("Baseline taken");
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2084#issuecomment-2133464382
    
    
More information about the jdk-updates-dev
mailing list