disable gthread-jni's portable native sync due to yet unresolved threading issues
authormotse <none@none>
Thu, 16 Dec 2004 16:46:57 +0000 (16:46 +0000)
committermotse <none@none>
Thu, 16 Dec 2004 16:46:57 +0000 (16:46 +0000)
src/native/vm/VMRuntime.c

index 2e9c7083d4bc9e52d7808f0add0af4b54820298c..00062651862f6ff810f355ba2d91d55a3ccd7a9f 100644 (file)
@@ -29,7 +29,7 @@
    Changes: Joseph Wenninger
             Christian Thalinger
 
-   $Id: VMRuntime.c 1735 2004-12-07 14:33:27Z twisti $
+   $Id: VMRuntime.c 1767 2004-12-16 16:46:57Z motse $
 
 */
 
@@ -494,6 +494,12 @@ JNIEXPORT void JNICALL Java_java_lang_VMRuntime_insertSystemProperties(JNIEnv *e
        insert_property(m, p, "user.home", home ? home : "null");
        insert_property(m, p, "user.dir", cwd ? cwd : "null");
 
+#ifdef USE_GTK
+       /* disable gthread-jni's portable native sync due to yet unresolved 
+          threading issues */
+       insert_property(m, p, "gnu.classpath.awt.gtk.portable.native.sync", "false");
+#endif
+
 #if 0
        /* how do we get them? */
        { "user.language", "en" },