RFR: JDK-8001619: Remove usage of _ALLBSD_SOURCE in bsd files
Staffan Larsen
staffan.larsen at oracle.com
Fri Oct 26 03:47:35 PDT 2012
This is an attempt at cleaning up the source in src/os/bsd by removing the usage of _ALLBSD_SOURCE in these files. Since the define is always set when compiling these files it is not necessary to use it in the source files. The usage was originally added during the porting to make it easier to see changes against the base linux version.
http://cr.openjdk.java.net/~sla/8001619/webrev.00/
Thanks,
/Staffan
More information about the hotspot-dev
mailing list