From 911a2d991ed9aa40753278f2e84d9b3a732f93ea Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 23 Oct 2007 19:56:23 +0000 Subject: . Update to patchset 7, based on 1.5.0 Update 13. --- java/jdk15/files/patch-vm::globals.hpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 java/jdk15/files/patch-vm::globals.hpp (limited to 'java/jdk15/files/patch-vm::globals.hpp') diff --git a/java/jdk15/files/patch-vm::globals.hpp b/java/jdk15/files/patch-vm::globals.hpp deleted file mode 100644 index 04d6c38413ed..000000000000 --- a/java/jdk15/files/patch-vm::globals.hpp +++ /dev/null @@ -1,26 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/src/share/vm/runtime/globals.hpp.orig Wed May 2 04:01:50 2007 -+++ ../../hotspot/src/share/vm/runtime/globals.hpp Tue Sep 18 21:40:44 2007 -@@ -130,6 +130,12 @@ - #define falseInProduct true - #endif - -+#if defined(_ALLBSD_SOURCE) -+#define OSUseThreadPriorities false -+#else -+#define OSUseThreadPriorities true -+#endif -+ - // develop flags are settable / visible only during development and are constant in the PRODUCT version - // product flags are always settable / visible - -@@ -2546,7 +2552,7 @@ - "beginning to throw OutOfMemoryErrors in each compile") \ - \ - /* Priorities */ \ -- product(bool, UseThreadPriorities, true, \ -+ product(bool, UseThreadPriorities, OSUseThreadPriorities, \ - "Use native thread priorities") \ - \ - product(intx, ThreadPriorityPolicy, 0, \ -- cgit v1.2.3