Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97CC610A71 for ; Mon, 3 Jun 2013 23:06:12 +0000 (UTC) Received: (qmail 85690 invoked by uid 500); 3 Jun 2013 23:06:12 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 85662 invoked by uid 500); 3 Jun 2013 23:06:12 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 85654 invoked by uid 99); 3 Jun 2013 23:06:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 23:06:12 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of busbey@cloudera.com designates 209.85.192.178 as permitted sender) Received: from [209.85.192.178] (HELO mail-pd0-f178.google.com) (209.85.192.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 23:06:06 +0000 Received: by mail-pd0-f178.google.com with SMTP id w16so1524145pde.23 for ; Mon, 03 Jun 2013 16:05:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=qvzQCJbN3kVqYoVbGqyZirR2MrNNd2ZQsx3an86+xow=; b=Cosu4oXvqzHnX1TSgljN/pXu/+tYyT3wphgVwCDn/7/QP7rBkorJfDj8eDiWamKlhz 0NiXxxdXT7dKmsUh/56Z5rbWsmmQgrf1C9xxh/VL9VF3LTRQ9D0V3ByAmB9wj68C3gjB WhnHTNEa+/qKZDR1fc0HkZDcBVh9R6VviRqbU43UzaMCamyXbjvHkbmgerLwU+ZxCgzK eFiOAh70C6X9VR7EHrJj7sqLxvglFs2yv/sYUPINgnOfVNAsui/tig0aAZj7daMrd4RP 87TD7nZVpRR01053+HcF8nVwQkcPNB4J8HTMrDH+TQ6fq+ZQ961svc93bbH6Fp9QKmRG 1e/A== X-Received: by 10.68.95.101 with SMTP id dj5mr26139659pbb.100.1370300745035; Mon, 03 Jun 2013 16:05:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.41.20 with HTTP; Mon, 3 Jun 2013 16:05:23 -0700 (PDT) In-Reply-To: <51AD04E7.3080906@gmail.com> References: <51AD04E7.3080906@gmail.com> From: Sean Busbey Date: Mon, 3 Jun 2013 19:05:23 -0400 Message-ID: Subject: Re: [VOTE] JDK 1.7 - Switch for Accumulo 1.6.0 To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=047d7b604f1024c55204de480125 X-Gm-Message-State: ALoCoQk2wCifGJBFhH0bUtSTJlDWW1Y9vVnZ/Nn3L5SRLQl9XiZa7Jz9xL+qoRhGgpQ/JZVM44JA X-Virus-Checked: Checked by ClamAV on apache.org --047d7b604f1024c55204de480125 Content-Type: text/plain; charset=UTF-8 On Mon, Jun 3, 2013 at 5:04 PM, Josh Elser wrote: > Also, some quick searching leads me to believe that 1.6 bytecode will run > on a 1.7 JVM, but not vice versa. Does anyone know if this is the case? I > apologize if I'm bringing up an already-discussed subject. > > Just to confirm, the JDK7 compatibility guide says JDK7 compiled code won't work on a Java 6 VM[1]: > The class file version for Java SE 7 is 51, as per the JVM Specification, because of the invokedynamic byte code > introduced by JSR 292. Version 51 class files produced by the Java SE 7 compiler cannot be used in Java SE 6. [1]: http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#binary -- Sean --047d7b604f1024c55204de480125--