--- old/langtools/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java 2015-06-10 15:44:13.523126430 +0200 +++ new/langtools/src/java.compiler/share/classes/javax/lang/model/SourceVersion.java 2015-06-10 15:44:13.363126428 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -168,7 +168,7 @@ String specVersion = System.getProperty("java.specification.version"); switch (specVersion) { - case "1.9": + case "9": return RELEASE_9; case "1.8": return RELEASE_8;