Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3953B200B9A for ; Thu, 22 Sep 2016 10:48:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 38317160AAD; Thu, 22 Sep 2016 08:48:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8741160AD0 for ; Thu, 22 Sep 2016 10:48:21 +0200 (CEST) Received: (qmail 92781 invoked by uid 500); 22 Sep 2016 08:48:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 92472 invoked by uid 99); 22 Sep 2016 08:48:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2016 08:48:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 831982C2A67 for ; Thu, 22 Sep 2016 08:48:20 +0000 (UTC) Date: Thu, 22 Sep 2016 08:48:20 +0000 (UTC) From: "Niels Basjes (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16667) Building with JDK 8: ignoring option MaxPermSize=256m MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Sep 2016 08:48:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated HBASE-16667: --------------------------------- Attachment: HBASE-16667-branch-1-v1.patch Same as previous patch, just a different filename > Building with JDK 8: ignoring option MaxPermSize=256m > ----------------------------------------------------- > > Key: HBASE-16667 > URL: https://issues.apache.org/jira/browse/HBASE-16667 > Project: HBase > Issue Type: Improvement > Components: build > Reporter: Niels Basjes > Assignee: Niels Basjes > Priority: Minor > Labels: beginner > Fix For: 2.0.0, 1.3.0, 1.4.0, 1.2.4 > > Attachments: HBASE-16667-01.patch, HBASE-16667-branch-1-v1.patch > > > In JDK 8 the permgen was removed. > As a consequence the build shows this line a lot of times, cluttering the output. > {quote} > OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)