From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15537 invoked by alias); 13 Nov 2016 15:33:23 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 15520 invoked by uid 89); 13 Nov 2016 15:33:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:735, gave X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 13 Nov 2016 15:33:11 +0000 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c5wmL-0000Kg-0r for kawa@sourceware.org; Sun, 13 Nov 2016 16:33:09 +0100 Received: from 70-36-239-8.dsl.dynamic.fusionbroadband.com ([70.36.239.8] helo=toshie.bothner.com) by mailfront10.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1c5wmF-00064P-Lw for kawa@sourceware.org; Sun, 13 Nov 2016 16:33:03 +0100 Subject: Re: Kawa 2.2 released To: kawa@sourceware.org References: <9a4c8143-2972-4e25-a673-99be6feb4ab3@bothner.com> From: Per Bothner Message-ID: Date: Sun, 13 Nov 2016 15:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00060.txt.bz2 On 11/13/2016 04:18 AM, Andrea Bernardini wrote: > I gave a look at the highlights and I'm curious about the "Basic > support for Java 9 (though still some issues)" point. What Java 9 > features are you supporting, what are the issues? I'm not supporting Java 9 features per se, but I added a --with-java-source=9 configure option, and Kawa generates the new classfile version number. I had to make one or two fixes to disambiguate new overloaded methods, plus I had to deal with the new Java versioning scheme, I don't remember what the remaining issues were - I believe it was some testsuite failures, and there was something I had to configure out. -- --Per Bothner per@bothner.com http://per.bothner.com/