From 38e03fb03a8cfdf6696c695dc868bb5486dafe57 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 8 Oct 2003 00:42:23 +0000 Subject: . Make HotSpot compile with gcc 3.3.1. Submitted by: Munehiro Matsuda Reminded by: mi --- java/jdk13/files/patch-mutexLocker.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/jdk13/files/patch-mutexLocker.cpp (limited to 'java/jdk13/files/patch-mutexLocker.cpp') diff --git a/java/jdk13/files/patch-mutexLocker.cpp b/java/jdk13/files/patch-mutexLocker.cpp new file mode 100644 index 000000000000..25bea3f45b19 --- /dev/null +++ b/java/jdk13/files/patch-mutexLocker.cpp @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../hotspot1.3.1/src/share/vm/runtime/mutexLocker.cpp 17 Aug 2001 22:56:20 -0000 1.1.1.2 ++++ ../../hotspot1.3.1/src/share/vm/runtime/mutexLocker.cpp 27 Jul 2003 10:41:16 -0000 1.2 +@@ -90,7 +90,7 @@ + #endif + + #define def(var, type, pri, vm_block) \ +- var = new type(Mutex::##pri, #var, vm_block) ++ var = new type(Mutex::pri, #var, vm_block) + + void mutex_init() { + def(Patching_lock , Mutex , leaf, true ); -- cgit v1.2.3