RFR 8145964: NoClassDefFound error in transforming lambdas

David Holmes david.holmes at oracle.com
Tue Aug 9 23:40:25 UTC 2016


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.

??

Thanks,
David

> Thanks,
> Coleen


More information about the hotspot-dev mailing list