|
Hi Jc,
A couple of minor comments. 37 private static final int maxCount = 5;
Constant names are better to start from a capital letter.Also, I'd suggest 10 instead of 5 to make it more reliable. But it depend on how much it potentially can make the test to run slower. 94 // If we failed maxCount times, through the exception.
A typo: replace "through" with "throw".Otherwise, I'm Okay with this fix. No need for another webrev. Thanks, Serguei On 5/7/19 19:47, Jean Christophe Beyler wrote:
|
- Re: RFR (S) 8223441: HeapMonitorStatArrayCorrec... [email protected]
- Re: RFR (S) 8223441: HeapMonitorStatArrayC... Chris Plummer
- Re: RFR (S) 8223441: HeapMonitorStatAr... Chris Plummer
