RFR[trivial]: 8226793: Replace OopStorage dup_name with os::strdup
Kim Barrett
kim.barrett at oracle.com
Thu Jul 4 15:40:04 UTC 2019
> On Jul 4, 2019, at 4:30 AM, Thomas Schatzl <thomas.schatzl at oracle.com> wrote:
>
> Hi,
>
> On Wed, 2019-07-03 at 21:46 -0400, Kim Barrett wrote:
>> Please review this trivial change to OopStorage's name handling.
>> Rather than bespoke duplicatation (with dup_name unintentionally
>> having external linkage), it should just be using os::strdup.
>>
>> CR:
>> https://bugs.openjdk.java.net/browse/JDK-8226793
>>
>> Webrev:
>> http://cr.openjdk.java.net/~kbarrett/8226793/open.00/
>>
>> Testing:
>> mach5 tier1
>>
>
> looks good and trivial.
>
> Thomas
Thanks.
More information about the hotspot-gc-dev
mailing list