From 7beac309c059de04ec774decb623335000c155d5 Mon Sep 17 00:00:00 2001 From: Volker Simonis Date: Thu, 10 Sep 2015 11:44:14 +0200 Subject: [PATCH] 8135271: Add missing "-client IGNORE" to jvm.cfg file for ppc64 Reviewed-by: rriggs --- jdk/src/java.base/unix/conf/ppc64/jvm.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/src/java.base/unix/conf/ppc64/jvm.cfg b/jdk/src/java.base/unix/conf/ppc64/jvm.cfg index 2fc1214175b..6c024af438f 100644 --- a/jdk/src/java.base/unix/conf/ppc64/jvm.cfg +++ b/jdk/src/java.base/unix/conf/ppc64/jvm.cfg @@ -1,4 +1,4 @@ -# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -31,3 +31,4 @@ # and may not be available in a future release. # -server KNOWN +-client IGNORE