changeset 10300:8af0bb0d6b04 default tip

Backout obsolete Shenandoah related changes.
author Roman Kennke <rkennke@redhat.com>
date Wed, 03 Dec 2014 23:04:28 +0100
parents c325af604674
children
files make/CopyFiles.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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