[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[aspectj-dev] AspectJ compatibel to Java 6?
|
- From: Marty McFly <mcfly215@xxxxxxxx>
- Date: Wed, 11 Apr 2007 15:31:45 +0200 (CEST)
- Delivered-to: aspectj-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=X-YMail-OSG:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=jQhRRVDCnR1K4+cmj/LMpbiViT3uSfrjmmOddYKaG0Ygs9XpKDDaaRShnr5EwFoWW4zX6lNd2wCLx4alt6yxFlxC5PIPSk/Q2sExNXiVMqFfDmByp6Mb8GIrESf1vrtSdm2OKXBomOYoQCVlZh5GRJ8iSjbX2FcHvlMpYN4NeKM=;
Hello,
I would like to ask how compatibel AspectJ is to Java
6?
I have seen, that Java code, with additional AspectJ
code can be compiled in compliance mode for Java 6.
But I have also found, that special Classes which
exists only since Java 6 made some errors, i.e. they
produced a ClassDefNotFound-Error.
I also now, that the Eclipse-TPTP-Project still does
not work with Java 6, because of the new
JVMTI-Interface, which replaced JVMPI and JVMDI. So I
can not profile any Java 6 code. But I can profile
Java 6 code with additional AspectJ code.
How does this work?
Sincerly yours,
Marty