On Tue, 27 Oct 2020 12:12:47 GMT, Michael McMahon wrote:
>> A small improvement to avoid extra string copy.
>>
>> [Tests]
>> Jtreg hotspot::hotspot_all_no_apps, jdk::jdk_core and langtools::tier1.
>> No new failure found.
>
> LGTM
In the original the copy would appear to be a way of enforcing t
On Fri, 23 Oct 2020 03:18:27 GMT, Eric Liu
wrote:
> A small improvement to avoid extra string copy.
>
> [Tests]
> Jtreg hotspot::hotspot_all_no_apps, jdk::jdk_core and langtools::tier1.
> No new failure found.
LGTM
-
Marked as reviewed by michaelm (Reviewer).
PR: https://git.ope
On Fri, 23 Oct 2020 03:18:27 GMT, Eric Liu
wrote:
> A small improvement to avoid extra string copy.
>
> [Tests]
> Jtreg hotspot::hotspot_all_no_apps, jdk::jdk_core and langtools::tier1.
> No new failure found.
src/java.base/unix/native/libnet/NetworkInterface.c line 232:
> 230: // if it i
On Fri, 23 Oct 2020 03:18:27 GMT, Eric Liu
wrote:
> A small improvement to avoid extra string copy.
>
> [Tests]
> Jtreg hotspot::hotspot_all_no_apps, jdk::jdk_core and langtools::tier1.
> No new failure found.
@kimbarrett Could you help to take look at this trivial patch?
-
PR: h