diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-6/cacao-disable-stackbase-check.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-6/cacao-disable-stackbase-check.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-core/openjdk/openjdk-6/cacao-disable-stackbase-check.patch b/recipes-core/openjdk/openjdk-6/cacao-disable-stackbase-check.patch deleted file mode 100644 index d676142..0000000 --- a/recipes-core/openjdk/openjdk-6/cacao-disable-stackbase-check.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | Index: cacao/cacao/src/mm/boehm-gc/os_dep.c | ||
2 | =================================================================== | ||
3 | --- cacao/cacao/src/mm/boehm-gc/os_dep.c 2009-02-15 16:29:15.000000000 +0100 | ||
4 | +++ cacao/cacao/src/mm/boehm-gc/os_dep.c 2009-02-15 16:29:24.000000000 +0100 | ||
5 | @@ -1077,7 +1077,6 @@ | ||
6 | c = stat_buf[buf_offset++]; | ||
7 | } | ||
8 | close(f); | ||
9 | - if (result < 0x10000000) ABORT("Absurd stack bottom value"); | ||
10 | return (ptr_t)result; | ||
11 | } | ||
12 | |||