--- old/src/share/classes/sun/text/resources/de/FormatData_de.java 2015-03-26 08:46:04.538429534 +0900 +++ new/src/share/classes/sun/text/resources/de/FormatData_de.java 2015-03-26 08:46:04.440056812 +0900 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 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 @@ -142,7 +142,7 @@ new String[] { "Jan", // abb january "Feb", // abb february - "Mrz", // abb march + "M\u00e4r", // abb march "Apr", // abb april "Mai", // abb may "Jun", // abb june --- old/test/sun/text/resources/LocaleData 2015-03-26 08:46:04.792684277 +0900 +++ new/test/sun/text/resources/LocaleData 2015-03-26 08:46:04.700686000 +0900 @@ -8282,3 +8282,6 @@ FormatData/fi/DatePatterns/1=d. MMMM yyyy FormatData/fi/DatePatterns/2=d.M.yyyy FormatData/fi/DatePatterns/3=d.M.yyyy + +# bug #8075173 +FormatData/de/standalone.MonthAbbreviations/2=M\u00e4r --- old/test/sun/text/resources/LocaleDataTest.java 2015-03-26 08:46:05.094168396 +0900 +++ new/test/sun/text/resources/LocaleDataTest.java 2015-03-26 08:46:05.001310711 +0900 @@ -36,7 +36,7 @@ * 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495 * 7003124 7085757 7028073 7171028 7189611 8000983 7195759 8004489 8006509 * 7114053 7074882 7040556 8013836 8021121 6192407 6931564 8027695 7090826 - * 8017142 8037343 8055222 8042126 8074791 + * 8017142 8037343 8055222 8042126 8074791 8075173 * @summary Verify locale data * */