diff -r 97f6839673d6 -r a4913ea9bb62 test/tools/javac/profiles/ProfileOptionTest.java --- a/test/tools/javac/profiles/ProfileOptionTest.java Mon Mar 18 18:33:13 2013 -0700 +++ b/test/tools/javac/profiles/ProfileOptionTest.java Tue Mar 19 13:10:40 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2013, 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 @@ -106,7 +106,6 @@ for (Target t: Target.values()) { switch (t) { case JDK1_1: case JDK1_2: // no equivalent -source - case JDK1_4_1: case JDK1_4_2: case JSR14: // transitional values continue; }