Thanks for the reviews ! From: Vyom Tewari26 <[email protected]> Sent: Mittwoch, 11. September 2019 16:43 To: Baesken, Matthias <[email protected]> Cc: [email protected] Subject: Re: RFR [XS] : 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
Hi Mathias, Code change looks OK to me. Thanks, Vyom ----- Original message ----- From: "Baesken, Matthias" <[email protected]<mailto:[email protected]>> Sent by: "net-dev" <[email protected]<mailto:[email protected]>> To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Cc: Subject: [EXTERNAL] RFR [XS] : 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return Date: Wed, Sep 11, 2019 8:00 PM Hello, please review this small fix . It adds a missing ReleaseStringUTFChars in an early return case in function Java_java_net_NetworkInterface_getByName0 (unix only) . Bug/webrev : https://bugs.openjdk.java.net/browse/JDK-8230856 http://cr.openjdk.java.net/~mbaesken/webrevs/8230856.0/ Thanks, Matthias
