Small CDE code review please Re: S RFR: 8012294: remove generic default handling
Karen Kinnear
karen.kinnear at oracle.com
Mon Aug 26 08:57:03 PDT 2013
Thank you Bharadwaj. I just submitted this, so if I need to resubmit I will add your name.
I'm all set now.
many thanks,
Karen
On Aug 26, 2013, at 11:50 AM, Bharadwaj Yadavalli wrote:
>
> The deletions look good to me.
>
> Thanks,
>
> Bharadwaj
>
> On 8/26/2013 10:20 AM, Karen Kinnear wrote:
>> Could I please get a code review for this? I have another fix I need to apply to the same file so I'd like
>> to get this in please.
>>
>> This is totally code deletion cleanup.
>>
>> thanks,
>> Karen
>>
>> On Aug 22, 2013, at 9:31 AM, Karen Kinnear wrote:
>>
>>> Please review:
>>>
>>> webrev: http://cr.openjdk.java.net/~acorn/8012294/webrev/
>>> http://bugs.sun.com/view_bug.do?bug_id=8012294
>>>
>>> This is a cleanup bug - fix 8013635 removed generic signature support from the vm
>>> default method handling, but as a temporary fallback, put this under the develop flag
>>> ParseGenericDefaults. This has been shaken out sufficiently that the old code under
>>> that flag can now be removed, including ParseGenericDefaults and ParseAllGenericSignatures,
>>> both of which were temporary develop flags for early lambda default method handling.
>>>
>>> tests:
>>> java -XX:+ParseGenericDefaults -XX:+CompileTheWorld -Xbootclasspath/p:<mypath>db.jar - fails before change
>>> java -XX:+ParseGenericDefaults - won't start VM after change
>>> java -XX:+ParseAllGenericSignatures - won't start VM after change
>>> jprt
>>> defmeth tests (no new failures)
>>> vm.quick.testlist in progress
>>>
>>> thanks,
>>> Karen
>>>
>>>
>>>
>
More information about the hotspot-runtime-dev
mailing list