src/share/classes/com/sun/tools/javac/jvm/Target.java

changeset 1395
9bce0c73583d
parent 1157
3809292620c9
child 1442
fcf89720ae71
     1.1 --- a/src/share/classes/com/sun/tools/javac/jvm/Target.java	Sun Nov 04 11:01:49 2012 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/jvm/Target.java	Wed Oct 31 10:21:14 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -68,8 +68,8 @@
    1.11      /** JDK 7. */
    1.12      JDK1_7("1.7", 51, 0),
    1.13  
    1.14 -    /** JDK 8. */ // For now, a clone of 7
    1.15 -    JDK1_8("1.8", 51, 0);
    1.16 +    /** JDK 8. */
    1.17 +    JDK1_8("1.8", 52, 0);
    1.18  
    1.19      private static final Context.Key<Target> targetKey =
    1.20          new Context.Key<Target>();

mercurial