Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Shared class loading and LTW


Wim,

The two features are orthogonal. CDS only allows the sharing of bootstrap classes. AspectJ LTW does not allow the weaving of these classes.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



"Wim Deblauwe" <wim.deblauwe@xxxxxxxxx>
Sent by: aspectj-users-bounces@xxxxxxxxxxx

10/10/2006 11:11

Please respond to
aspectj-users@xxxxxxxxxxx

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] Shared class loading and LTW





Is there information somewhere on how Class Data Sharing (http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html) and LTW work together? Is it possible to use both together?

regards,

Wim
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top