OpenJDK / jdk7u / jdk7u-dev / jdk
changeset 5655:2e1d87e5637a
8000978: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
Summary: Adds correct tie rounding behavior in alt-rt.jar set of classes
Reviewed-by: darcy
author | olagneau |
---|---|
date | Fri, 18 Jan 2013 11:03:26 +0000 |
parents | db6b554d3072 |
children | c067e1ad8778 |
files | make/altclasses/Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/altclasses/Makefile Wed Jan 23 17:26:02 2013 +0400 +++ b/make/altclasses/Makefile Fri Jan 18 11:03:26 2013 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2010, 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 @@ -42,6 +42,7 @@ ALTRT_JAR_FILE = $(LIBDIR)/alt-rt.jar ALTRT_JAR_SOURCE_FILE = $(TEMPDIR)/alt-rt.jarsrclist ALTRT_JAR_SOURCES = $(wildcard $(ALTCLASSES_SRCDIR)/java/*/*.java) +ALTRT_JAR_SOURCES += $(wildcard $(ALTCLASSES_SRCDIR)/sun/misc/*.java) # Use a special file suffix for the file that holds the source list