summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-mutexLocker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk13/files/patch-mutexLocker.cpp')
-rw-r--r--java/jdk13/files/patch-mutexLocker.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk13/files/patch-mutexLocker.cpp b/java/jdk13/files/patch-mutexLocker.cpp
deleted file mode 100644
index 25bea3f45b19..000000000000
--- a/java/jdk13/files/patch-mutexLocker.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$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 );