Re: RFR: 8275075: Remove unnecessary conversion to String in jdk.hotspot.agent

2021-10-12 Thread Andrey Turbanov
On Tue, 12 Oct 2021 05:37:53 GMT, Chris Plummer wrote: >> Cleanup unnecessary toString() calls when conversion will happen implicitly >> anyway > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java > line 1012: > >> 1010: tmpBuf.append(Long.toHexSt

Re: RFR: 8275075: Remove unnecessary conversion to String in jdk.hotspot.agent

2021-10-11 Thread Chris Plummer
On Sun, 3 Oct 2021 18:58:50 GMT, Andrey Turbanov wrote: > Cleanup unnecessary toString() calls when conversion will happen implicitly > anyway Marked as reviewed by cjplummer (Reviewer). src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java line 1012: > 1010:

Re: RFR: 8275075: Remove unnecessary conversion to String in jdk.hotspot.agent

2021-10-11 Thread Serguei Spitsyn
On Sun, 3 Oct 2021 18:58:50 GMT, Andrey Turbanov wrote: > Cleanup unnecessary toString() calls when conversion will happen implicitly > anyway Looks good. Thanks, Serguei - Marked as reviewed by sspitsyn (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5800

RFR: 8275075: Remove unnecessary conversion to String in jdk.hotspot.agent

2021-10-11 Thread Andrey Turbanov
Cleanup unnecessary toString() calls when conversion will happen implicitly anyway - Commit messages: - [PATCH] Remove unnecessary conversion to String in jdk.hotspot.agent module Changes: https://git.openjdk.java.net/jdk/pull/5800/files Webrev: https://webrevs.openjdk.java.net/?r