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 55872200C13 for ; Mon, 6 Feb 2017 08:18:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 54236160B53; Mon, 6 Feb 2017 07:18:49 +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 9DF3F160B49 for ; Mon, 6 Feb 2017 08:18:48 +0100 (CET) Received: (qmail 28641 invoked by uid 500); 6 Feb 2017 07:18:47 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 28629 invoked by uid 99); 6 Feb 2017 07:18:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2017 07:18:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C28DD1A025C for ; Mon, 6 Feb 2017 07:18:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.301 X-Spam-Level: X-Spam-Status: No, score=0.301 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MXURI=1.5, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id aGh76t1ik-ad for ; Mon, 6 Feb 2017 07:18:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EE1105F283 for ; Mon, 6 Feb 2017 07:18:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 22748E05B8 for ; Mon, 6 Feb 2017 07:18:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id E213C25292 for ; Mon, 6 Feb 2017 07:18:41 +0000 (UTC) Date: Mon, 6 Feb 2017 07:18:41 +0000 (UTC) From: "Akira Ajisaka (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12760) sun.misc.Cleaner has moved to a new location in OpenJDK 9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Feb 2017 07:18:49 -0000 [ https://issues.apache.org/jira/browse/HADOOP-12760?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15= 853614#comment-15853614 ]=20 Akira Ajisaka commented on HADOOP-12760: ---------------------------------------- The lambda indentation issue was fixed in Checkstyle 6.16. https://github.com/checkstyle/checkstyle/issues/281 > sun.misc.Cleaner has moved to a new location in OpenJDK 9 > --------------------------------------------------------- > > Key: HADOOP-12760 > URL: https://issues.apache.org/jira/browse/HADOOP-12760 > Project: Hadoop Common > Issue Type: Bug > Reporter: Chris Hegarty > Assignee: Akira Ajisaka > Priority: Minor > Attachments: HADOOP-12760.00.patch, HADOOP-12760.01.patch, HADOOP= -12760.02.patch, HADOOP-12760.03.patch > > > This is a heads-up: there are upcoming changes in JDK 9 that will require= , at least, a small update to org.apache.hadoop.crypto.CryptoStreamUtils & = org.apache.hadoop.io.nativeio.NativeIO. > OpenJDK issue no. 8148117: "Move sun.misc.Cleaner to jdk.internal.ref" [1= ], will move the Cleaner class from sun.misc to jdk.internal.ref. There is = ongoing discussion about the possibility of providing a public supported AP= I, maybe in the JDK 9 timeframe, for releasing NIO direct buffer native mem= ory, see the core-libs-dev mail thread [2]. At the very least CryptoStreamU= tils & NativeIO [3] should be updated to have knowledge of the new location= of the JDK Cleaner. > [1] https://bugs.openjdk.java.net/browse/JDK-8148117 > [2] http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-January/038= 243.html > [3] https://github.com/apache/hadoop/search?utf8=3D=E2=9C=93&q=3Dsun.misc= .Cleaner -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org