aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath/files/miscompilation-0.93.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/classpath/files/miscompilation-0.93.patch')
-rw-r--r--recipes/classpath/files/miscompilation-0.93.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/classpath/files/miscompilation-0.93.patch b/recipes/classpath/files/miscompilation-0.93.patch
new file mode 100644
index 0000000000..99db6f3003
--- /dev/null
+++ b/recipes/classpath/files/miscompilation-0.93.patch
@@ -0,0 +1,13 @@
+Index: classpath-0.93/native/jni/java-io/java_io_VMFile.c
+===================================================================
+--- classpath-0.93.orig/native/jni/java-io/java_io_VMFile.c 2006-09-23 07:17:45.000000000 +0200
++++ classpath-0.93/native/jni/java-io/java_io_VMFile.c 2008-11-14 13:41:27.000000000 +0100
+@@ -239,7 +239,7 @@
+ {
+ #ifndef WITHOUT_FILESYSTEM
+ const char *filename;
+- int result;
++ volatile int result;
+
+ /* Don't use the JCL convert function because it throws an exception
+ on failure */