aboutsummaryrefslogtreecommitdiff
path: root/patches/boot/genstubs-nofork.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/boot/genstubs-nofork.patch')
-rw-r--r--patches/boot/genstubs-nofork.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/boot/genstubs-nofork.patch b/patches/boot/genstubs-nofork.patch
new file mode 100644
index 0000000..c1a823b
--- /dev/null
+++ b/patches/boot/genstubs-nofork.patch
@@ -0,0 +1,12 @@
+diff -Nru openjdk.orig/langtools/make/build.xml openjdk/langtools/make/build.xml
+--- openjdk-boot.orig/langtools/make/build.xml 2010-11-12 01:18:44.000000000 +0000
++++ openjdk-boot/langtools/make/build.xml 2010-11-22 17:50:52.747031959 +0000
+@@ -622,7 +622,7 @@
+ <genstubs
+ srcdir="${import.jdk.src.dir}" destdir="${build.genstubs.dir}"
+ includes="${import.jdk.stub.files}"
+- fork="true" classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.core.lib}"
++ fork="false" classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.core.lib}"
+ />
+ </target>
+