RFR 8145964: NoClassDefFound error in transforming lambdas

Coleen Phillimore coleen.phillimore at oracle.com
Wed Aug 10 14:45:22 UTC 2016


New webrev:


http://cr.openjdk.java.net/~coleenp/8145964.02/webrev/index.html

Reran jvmti tests.

Thanks,
Coleen

On 8/10/16 9:32 AM, Coleen Phillimore wrote:
>
>
> On 8/9/16 7:40 PM, David Holmes wrote:
>> Hi Coleen,
>>
>> On 10/08/2016 4:52 AM, Coleen Phillimore wrote:
>>> Summary: Skip VM anonymous classes in retransformation and give an 
>>> error
>>> for redefinition.
>>>
>>> Contributed by Tom Rodriguez.
>>>
>>> Tested with redefinition colocated tests (tonga) and
>>> java/lang/instrument tests, and added test case.
>>>
>>> open webrev at http://cr.openjdk.java.net/~coleenp/8145964.01/webrev
>>> bug link https://bugs.openjdk.java.net/browse/JDK-8145964
>>
>> Shouldn't anonymous classes be added to the set of non-modifiable 
>> classes - so IsModifiableClass returns false and we just add this 
>> case to VM_RedefineClasses::is_modifiable_class.
>
> Yes, that might be a better way to do it.
> thanks,
> Coleen
>
>>
>> ??
>>
>> Thanks,
>> David
>>
>>> Thanks,
>>> Coleen
>



More information about the hotspot-dev mailing list