Review request for JDK-8019632: Method parameters are not copied in clone_with_new_data
Daniel D. Daugherty
daniel.daugherty at oracle.com
Tue Jul 23 08:09:54 PDT 2013
> http://cr.openjdk.java.net/~emc/8019632/webrev.01/
src/share/vm/oops/method.cpp
No comments.
Thumbs up!
Dan
On 7/21/13 8:05 PM, Eric McCorkle wrote:
> I've written a test based on that one. However, as it is in jdk/, it
> will need to go into TL, which means it will need to wait until
> propagation from hsx.
>
> In any case, it succeeds, and I now have a clean ute (testlist aka.
> everything) and jprt run.
>
> Do I have a second for this change?
>
> On 07/18/13 11:22, Coleen Phillmore wrote:
>> Eric,
>> This code change looks good. For the related bug that didn't copy
>> method annotations, I added test:
>> jdk/test/java/lang/instrument/RedefineMethodWithAnnotations.sh. Can you
>> use this test to write a new one to the JDK that demonstrates this bug?
>> We've been adding these tests to the JDK because it has the support
>> there and all the other tests are there.
>>
>> Thanks,
>> Coleen
>>
>> On 7/18/2013 9:38 AM, Eric McCorkle wrote:
>>> Realized I'd duplicated a comment. It's been corrected.
>>>
>>> On 07/17/13 23:06, Eric McCorkle wrote:
>>>> Hello,
>>>>
>>>> Please review this patch, which updates clone_with_new_data to copy
>>>> method parameter data. This was missed in the initial implementation.
>>>>
>>>> I've gotten a JPRT run that failed only due to running out of memory on
>>>> some tests, and I'll be doing my usual complete testlist run soon.
>>>>
>>>> The webrev is here:
>>>> http://cr.openjdk.java.net/~emc/8019632/
>>>>
>>>> The bug report is here:
>>>> http://bugs.sun.com/view_bug.do?bug_id=8019632
>>>>
>>>> Thanks,
>>>> Eric
>>>>
More information about the hotspot-dev
mailing list