[PATCH] Fix compile warnings due to duplicate name macros

Mladen Turk mturk at redhat.com
Thu Mar 31 02:33:47 PDT 2011


Hi,

Patch fixes the compile warning:
In file included from ../../../src/share/native/java/io/FileInputStream.c:38:0:
../../../src/solaris/native/java/io/io_util_md.h:68:0: warning: "SET_HANDLE" redefined
../../../src/share/javavm/include/typedefs.h:80:0: note: this is the location of the previous definition

due to macros having the same name but different purpose.
Patch is a trivial and just makes sure the macros don't
have the same name.


Regards
-- 
^TM
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: jdk6-rmdupmacros.patch
Url: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20110331/0e1394f7/attachment.ksh 


More information about the hotspot-dev mailing list