# HG changeset patch # User Roman Kennke # Date 1417644268 -3600 # Node ID 8af0bb0d6b0462b23fb174912588e04b1cdf3b0b # Parent c325af604674eecf6f2339283c6a23bd4ce427b4 Backout obsolete Shenandoah related changes. diff -r c325af604674 -r 8af0bb0d6b04 make/CopyFiles.gmk --- a/make/CopyFiles.gmk Wed Dec 03 23:03:34 2014 +0100 +++ b/make/CopyFiles.gmk Wed Dec 03 23:04:28 2014 +0100 @@ -293,7 +293,7 @@ # To do: should this also support -zeroshark? ifeq ($(OPENJDK_TARGET_CPU_BITS), 64) - COPY_JVM_CFG_FILE := false + COPY_JVM_CFG_FILE := true else # On 32-bit machines we have three potential VMs: client, server and minimal. # Historically we usually have both client and server and so that is what the