Re: RFR: 8268780: Use 'print_cr' instead of 'print' for the message 'eliminated '

2021-06-15 Thread Daniel D . Daugherty
On Tue, 15 Jun 2021 17:19:26 GMT, Denghui Dong wrote: > Hi, > > Cound I have a review of this small fix that adds a line feed for the message > 'eliminated '. > > When we run the following code and run `jstack ` > > > public static void main(String[] args) { > for (int i = 0; i

Re: RFR: 8268780: Use 'print_cr' instead of 'print' for the message 'eliminated '

2021-06-15 Thread Zhengyu Gu
On Tue, 15 Jun 2021 17:19:26 GMT, Denghui Dong wrote: > Hi, > > Cound I have a review of this small fix that adds a line feed for the message > 'eliminated '. > > When we run the following code and run `jstack ` > > > public static void main(String[] args) { > for (int i = 0; i

Re: RFR: 8268780: Use 'print_cr' instead of 'print' for the message 'eliminated '

2021-06-15 Thread Chris Plummer
On Tue, 15 Jun 2021 17:19:26 GMT, Denghui Dong wrote: > Hi, > > Cound I have a review of this small fix that adds a line feed for the message > 'eliminated '. > > When we run the following code and run `jstack ` > > > public static void main(String[] args) { > for (int i = 0; i

RFR: 8268780: Use 'print_cr' instead of 'print' for the message 'eliminated '

2021-06-15 Thread Denghui Dong
Hi, Cound I have a review of this small fix that adds a line feed for the message 'eliminated '. When we run the following code and run `jstack ` public static void main(String[] args) { for (int i = 0; i < 2; i++) { try { test(); }