[
https://issues.apache.org/jira/browse/HBASE-16667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15510467#comment-15510467
]
Sean Busbey commented on HBASE-16667:
-------------------------------------
In master we should just remove the option entirely, since it's jdk8+ only. The
attached patch looks good for branches-1, for those where we build with both
jdk7 and jdk8.
[~nielsbasjes], could you attach a patch for master that just removes the
permgen size entirely? once that goes through precommit please rename the
current patch so it gets tested against branch-1 (it would be something like
HBASE-16667-branch-1.v1.patch).
> 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
> Reporter: Niels Basjes
> Assignee: Niels Basjes
> Attachments: HBASE-16667-01.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)