# HG changeset patch # User Morris Meyer # Date 1368148024 14400 # Node ID 1a009b20f8165c794301f4aa89456c8dc51a860d # Parent 29abc1e2228006c17a5681f75b55c65baed1e6b8 broaden Apple include for gpu_bsd, make TraceWarpLoading a product flag diff -r 29abc1e22280 -r 1a009b20f816 src/os/bsd/vm/gpu_bsd.cpp --- a/src/os/bsd/vm/gpu_bsd.cpp Thu May 09 23:32:31 2013 +0200 +++ b/src/os/bsd/vm/gpu_bsd.cpp Thu May 09 21:07:04 2013 -0400 @@ -26,7 +26,7 @@ #include "utilities/ostream.hpp" #ifdef __APPLE__ -#include +#include #include #endif @@ -96,4 +96,4 @@ } return false; } -#endif \ No newline at end of file +#endif diff -r 29abc1e22280 -r 1a009b20f816 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Thu May 09 23:32:31 2013 +0200 +++ b/src/share/vm/runtime/globals.hpp Thu May 09 21:07:04 2013 -0400 @@ -3691,7 +3691,7 @@ product(bool , AllowNonVirtualCalls, false, \ "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ \ - develop(bool, TraceWarpLoading, false, \ + product(bool, TraceWarpLoading, false, \ "trace external GPU warp loading") \ \ experimental(uintx, ArrayAllocatorMallocLimit, \