RFR: JDK-8306510: Print number of threads and stack sizes in error reports [v4]
    Thomas Stuefe 
    stuefe at openjdk.org
       
    Fri Apr 28 18:06:53 UTC 2023
    
    
  
On Fri, 28 Apr 2023 15:58:39 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:
> If it were me I would also move the Java's thread running status at the end, especially because it is variable length, so that we would have:
> 
> ```
> 164 =>0x00007f9328028d10 JavaThread "main"                              [id=104806, stack(0x00007f932fdf0000,0x00007f932fef1000) (1028K), _thread_in_vm]
> ```
> 
> vs
> 
> ```
> 176   0x00007f932822a3e0 VMThread "VM Thread"                           [id=104812, stack:(0x00007f92e7e7f000,0x00007f92e7f7f000) (1024K)]
> ```
> 
> But I am not going to insist on that.
I'll remove the colon. But I don't want to change the java thread printout since there the chance is higher that someone is already parsing that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13556#issuecomment-1527897234
    
    
More information about the hotspot-runtime-dev
mailing list