From roman.kennke at aicas.com Tue Sep 9 04:20:55 2008 From: roman.kennke at aicas.com (Roman Kennke) Date: Tue, 09 Sep 2008 13:20:55 +0200 Subject: jmx-dev [PATCH] Fix some compilation problems Message-ID: <1220959255.11335.20.camel@moonlight> I think I posted some of this a while ago already, but it seems like this kind of problems sneaks in every now and then. The JMX code has some generics code that is not valid Java code but is accepted by javac anyway (which is a bug in javac, which should be fixed IMO). Other (Java compatible) compilers (like the Eclipse compiler) reject this code, which is the correct thing to do. The attached patch fixes the (current) problems in JMX. /Roman -- Dipl.-Inform. (FH) Roman Kennke, Software Engineer, http://kennke.org aicas Allerton Interworks Computer Automated Systems GmbH Haid-und-Neu-Stra?e 18 * D-76131 Karlsruhe * Germany http://www.aicas.com * Tel: +49-721-663 968-48 USt-Id: DE216375633, Handelsregister HRB 109481, AG Karlsruhe Gesch?ftsf?hrer: Dr. James J. Hunt -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.txt Type: text/x-patch Size: 1456 bytes Desc: not available Url : http://mail.openjdk.java.net/pipermail/jmx-dev/attachments/20080909/52a6ebed/attachment.bin From Eamonn.McManus at Sun.COM Tue Sep 9 04:45:30 2008 From: Eamonn.McManus at Sun.COM (Eamonn McManus) Date: Tue, 09 Sep 2008 13:45:30 +0200 Subject: jmx-dev [PATCH] Fix some compilation problems In-Reply-To: <1220959255.11335.20.camel@moonlight> References: <1220959255.11335.20.camel@moonlight> Message-ID: <48C661DA.2000304@sun.com> An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/jmx-dev/attachments/20080909/4fefe25f/attachment.html