Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
dee6af4c
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
dee6af4c
编写于
12月 26, 2012
作者:
K
katleman
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
fc23c1d8
65c1af40
变更
80
隐藏空白更改
内联
并排
Showing
80 changed file
with
127 addition
and
119 deletion
+127
-119
makefiles/CompileNativeLibraries.gmk
makefiles/CompileNativeLibraries.gmk
+7
-9
src/macosx/native/sun/font/CCharToGlyphMapper.m
src/macosx/native/sun/font/CCharToGlyphMapper.m
+4
-4
src/share/classes/java/util/CurrencyData.properties
src/share/classes/java/util/CurrencyData.properties
+4
-3
src/share/classes/java/util/LocaleISOData.java
src/share/classes/java/util/LocaleISOData.java
+1
-1
src/share/classes/java/util/function/BinaryOperator.java
src/share/classes/java/util/function/BinaryOperator.java
+1
-1
src/share/classes/java/util/function/Block.java
src/share/classes/java/util/function/Block.java
+1
-1
src/share/classes/java/util/function/DoubleBlock.java
src/share/classes/java/util/function/DoubleBlock.java
+1
-1
src/share/classes/java/util/function/Function.java
src/share/classes/java/util/function/Function.java
+1
-1
src/share/classes/java/util/function/IntBlock.java
src/share/classes/java/util/function/IntBlock.java
+1
-1
src/share/classes/java/util/function/LongBlock.java
src/share/classes/java/util/function/LongBlock.java
+1
-1
src/share/classes/java/util/function/Predicate.java
src/share/classes/java/util/function/Predicate.java
+1
-1
src/share/classes/sun/java2d/pipe/ParallelogramPipe.java
src/share/classes/sun/java2d/pipe/ParallelogramPipe.java
+1
-1
src/share/classes/sun/tools/jcmd/JCmd.java
src/share/classes/sun/tools/jcmd/JCmd.java
+1
-2
src/share/classes/sun/util/resources/CurrencyNames.properties
...share/classes/sun/util/resources/CurrencyNames.properties
+1
-0
src/share/native/java/util/zip/zlib-1.2.5/gzlib.c
src/share/native/java/util/zip/zlib-1.2.5/gzlib.c
+2
-1
src/solaris/native/common/jdk_util_md.h
src/solaris/native/common/jdk_util_md.h
+1
-1
src/solaris/native/sun/tools/attach/BsdVirtualMachine.c
src/solaris/native/sun/tools/attach/BsdVirtualMachine.c
+6
-6
src/windows/classes/java/net/DualStackPlainDatagramSocketImpl.java
...ws/classes/java/net/DualStackPlainDatagramSocketImpl.java
+1
-1
src/windows/native/common/jdk_util_md.h
src/windows/native/common/jdk_util_md.h
+1
-1
test/com/sun/java/swing/plaf/windows/WindowsRadioButtonUI/7089914/bug7089914.java
...plaf/windows/WindowsRadioButtonUI/7089914/bug7089914.java
+1
-1
test/java/awt/Focus/6981400/Test1.java
test/java/awt/Focus/6981400/Test1.java
+1
-1
test/java/awt/Focus/6981400/Test2.java
test/java/awt/Focus/6981400/Test2.java
+1
-1
test/java/awt/Focus/6981400/Test3.java
test/java/awt/Focus/6981400/Test3.java
+1
-1
test/java/awt/Frame/ResizeAfterSetFont/ResizeAfterSetFont.java
...java/awt/Frame/ResizeAfterSetFont/ResizeAfterSetFont.java
+1
-1
test/java/awt/JAWT/JAWT.sh
test/java/awt/JAWT/JAWT.sh
+1
-1
test/java/awt/JAWT/Makefile.cygwin
test/java/awt/JAWT/Makefile.cygwin
+1
-1
test/java/awt/JAWT/Makefile.unix
test/java/awt/JAWT/Makefile.unix
+1
-1
test/java/awt/JAWT/Makefile.win
test/java/awt/JAWT/Makefile.win
+1
-1
test/java/awt/JAWT/MyCanvas.java
test/java/awt/JAWT/MyCanvas.java
+1
-1
test/java/awt/JAWT/myfile.c
test/java/awt/JAWT/myfile.c
+1
-1
test/java/awt/JAWT/myfile.cpp
test/java/awt/JAWT/myfile.cpp
+1
-1
test/java/awt/TextArea/DisposeTest/TestDispose.java
test/java/awt/TextArea/DisposeTest/TestDispose.java
+1
-1
test/java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java
.../awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java
+1
-1
test/java/awt/TextField/DisposeTest/TestDispose.java
test/java/awt/TextField/DisposeTest/TestDispose.java
+1
-1
test/java/lang/Integer/Unsigned.java
test/java/lang/Integer/Unsigned.java
+3
-3
test/java/lang/Long/Unsigned.java
test/java/lang/Long/Unsigned.java
+3
-3
test/java/lang/Math/CubeRootTests.java
test/java/lang/Math/CubeRootTests.java
+1
-1
test/java/lang/Math/Expm1Tests.java
test/java/lang/Math/Expm1Tests.java
+1
-1
test/java/lang/Math/HyperbolicTests.java
test/java/lang/Math/HyperbolicTests.java
+1
-1
test/java/lang/Math/Log10Tests.java
test/java/lang/Math/Log10Tests.java
+1
-1
test/java/lang/Math/Log1pTests.java
test/java/lang/Math/Log1pTests.java
+1
-1
test/java/lang/Math/Tests.java
test/java/lang/Math/Tests.java
+1
-1
test/java/lang/StringBuffer/TestSynchronization.java
test/java/lang/StringBuffer/TestSynchronization.java
+1
-1
test/java/lang/invoke/remote/RemoteExample.java
test/java/lang/invoke/remote/RemoteExample.java
+6
-6
test/java/math/BigDecimal/FloatDoubleValueTests.java
test/java/math/BigDecimal/FloatDoubleValueTests.java
+1
-1
test/java/math/BigDecimal/StrippingZerosTest.java
test/java/math/BigDecimal/StrippingZerosTest.java
+1
-1
test/java/net/Inet4Address/PingThis.java
test/java/net/Inet4Address/PingThis.java
+1
-1
test/java/net/ProxySelector/MultiThreadedSystemProxies.java
test/java/net/ProxySelector/MultiThreadedSystemProxies.java
+1
-1
test/java/security/Signature/VerifyRangeCheckOverflow.java
test/java/security/Signature/VerifyRangeCheckOverflow.java
+1
-1
test/java/util/AbstractCollection/ToArrayTest.java
test/java/util/AbstractCollection/ToArrayTest.java
+1
-1
test/java/util/Currency/ValidateISO4217.java
test/java/util/Currency/ValidateISO4217.java
+3
-3
test/java/util/Currency/tablea1.txt
test/java/util/Currency/tablea1.txt
+4
-4
test/java/util/Map/EntryHashCode.java
test/java/util/Map/EntryHashCode.java
+1
-1
test/java/util/concurrent/FutureTask/DoneTimedGetLoops.java
test/java/util/concurrent/FutureTask/DoneTimedGetLoops.java
+1
-1
test/java/util/logging/LoggerResourceBundleRace.java
test/java/util/logging/LoggerResourceBundleRace.java
+1
-1
test/java/util/logging/LoggingDeadlock2.java
test/java/util/logging/LoggingDeadlock2.java
+1
-1
test/java/util/logging/LoggingDeadlock3.java
test/java/util/logging/LoggingDeadlock3.java
+1
-1
test/java/util/logging/SimpleFormatterFormat.java
test/java/util/logging/SimpleFormatterFormat.java
+1
-1
test/java/util/spi/ResourceBundleControlProvider/providersrc/XmlRB.xml
...l/spi/ResourceBundleControlProvider/providersrc/XmlRB.xml
+3
-3
test/java/util/spi/ResourceBundleControlProvider/providersrc/XmlRB_ja.xml
...pi/ResourceBundleControlProvider/providersrc/XmlRB_ja.xml
+3
-3
test/javax/swing/JComponent/7154030/bug7154030.java
test/javax/swing/JComponent/7154030/bug7154030.java
+1
-1
test/javax/swing/JTabbedPane/4310381/bug4310381.java
test/javax/swing/JTabbedPane/4310381/bug4310381.java
+1
-1
test/javax/swing/JTable/4235420/bug4235420.java
test/javax/swing/JTable/4235420/bug4235420.java
+1
-1
test/javax/swing/JTable/6788484/bug6788484.java
test/javax/swing/JTable/6788484/bug6788484.java
+1
-1
test/javax/swing/JTable/7055065/bug7055065.java
test/javax/swing/JTable/7055065/bug7055065.java
+1
-1
test/javax/swing/JTable/7188612/JTableAccessibleGetLocationOnScreen.java
...g/JTable/7188612/JTableAccessibleGetLocationOnScreen.java
+1
-1
test/javax/swing/JTextArea/7049024/bug7049024.java
test/javax/swing/JTextArea/7049024/bug7049024.java
+1
-1
test/javax/swing/border/Test7022041.java
test/javax/swing/border/Test7022041.java
+7
-2
test/javax/swing/text/DefaultCaret/6938583/bug6938583.java
test/javax/swing/text/DefaultCaret/6938583/bug6938583.java
+1
-1
test/sun/management/AgentCMETest.java
test/sun/management/AgentCMETest.java
+1
-1
test/sun/management/jmxremote/startstop/JMXStartStopTest.sh
test/sun/management/jmxremote/startstop/JMXStartStopTest.sh
+1
-1
test/sun/nio/ch/SelProvider.java
test/sun/nio/ch/SelProvider.java
+1
-1
test/sun/rmi/rmic/classpath/RMICClassPathTest.java
test/sun/rmi/rmic/classpath/RMICClassPathTest.java
+1
-1
test/sun/security/krb5/auto/ReplayCache.java
test/sun/security/krb5/auto/ReplayCache.java
+4
-4
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsProxyStackOverflow.java
...col/https/HttpsURLConnection/HttpsProxyStackOverflow.java
+1
-1
test/sun/text/resources/LocaleData
test/sun/text/resources/LocaleData
+3
-0
test/sun/text/resources/LocaleDataTest.java
test/sun/text/resources/LocaleDataTest.java
+1
-1
test/sun/tools/jps/jps-V_2.sh
test/sun/tools/jps/jps-V_2.sh
+1
-1
test/tools/jar/JarBackSlash.java
test/tools/jar/JarBackSlash.java
+1
-1
test/tools/launcher/UnicodeTest.java
test/tools/launcher/UnicodeTest.java
+1
-1
未找到文件。
makefiles/CompileNativeLibraries.gmk
浏览文件 @
dee6af4c
...
...
@@ -90,14 +90,11 @@ $(eval $(call SetupNativeCompilation,BUILD_LIBFDLIBM,\
ARFLAGS:=$(ARFLAGS),\
OBJECT_DIR:=$(JDK_OUTPUTDIR)/objs/libfdlibm))
BUILD_LIBRARIES += $(BUILD_LIBFDLIBM)
else
#
# On macosx they do partial (incremental) linking of fdlibm
# code it here...rather than add support to NativeCompilation
# as this is firt time I see it
$(eval $(call SetupNativeCompilation,BUILD_LIBFDLIBM,\
# On macosx the old build does partial (incremental) linking of fdlibm instead of
# a plain static library.
$(eval $(call SetupNativeCompilation,BUILD_LIBFDLIBM_MAC,\
LIBRARY:=fdlibm,\
OUTPUT_DIR:=$(JDK_OUTPUTDIR)/objs/libfdlibm,\
SRC:=$(JDK_TOPDIR)/src/share/native/java/lang/fdlibm/src,\
...
...
@@ -107,11 +104,12 @@ $(eval $(call SetupNativeCompilation,BUILD_LIBFDLIBM,\
LDFLAGS:=-nostdlib -r -arch x86_64,\
OBJECT_DIR:=$(JDK_OUTPUTDIR)/objs/libfdlibm))
$(JDK_OUTPUTDIR)/objs/$(LIBRARY_PREFIX)fdlibm$(STATIC_LIBRARY_SUFFIX) : $(BUILD_LIBFDLIBM)
BUILD_LIBFDLIBM := $(JDK_OUTPUTDIR)/objs/$(LIBRARY_PREFIX)fdlibm$(STATIC_LIBRARY_SUFFIX)
$(BUILD_LIBFDLIBM) : $(BUILD_LIBFDLIBM_MAC)
$(CP) -a $< $@
BUILD_LIBRARIES += $(JDK_OUTPUTDIR)/objs/$(LIBRARY_PREFIX)fdlibm$(STATIC_LIBRARY_SUFFIX)
endif
BUILD_LIBRARIES += $(BUILD_LIBFDLIBM)
##########################################################################################
...
...
src/macosx/native/sun/font/CCharToGlyphMapper.m
浏览文件 @
dee6af4c
/*
*
Copyright
2008
Sun
Microsystems
,
Inc
.
All
rights
reserved
.
*
Copyright
(
c
)
2008
,
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
...
...
@@ -16,9 +16,9 @@
*
2
along
with
this
work
;
if
not
,
write
to
the
Free
Software
Foundation
,
*
Inc
.,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
USA
.
*
*
Please
contact
Sun
Microsystems
,
Inc
.,
4150
Network
Circle
,
Santa
Clara
,
*
CA
95054
USA
or
visit
www
.
sun
.
com
if
you
need
additional
information
or
*
have
any
questions
.
*
Please
contact
Oracle
,
500
Oracle
Parkway
,
Redwood
Shores
,
CA
94065
USA
*
or
visit
www
.
oracle
.
com
if
you
need
additional
information
or
have
any
*
questions
.
*/
#import
<
JavaNativeFoundation
/
JavaNativeFoundation
.
h
>
...
...
src/share/classes/java/util/CurrencyData.properties
浏览文件 @
dee6af4c
...
...
@@ -28,7 +28,7 @@ formatVersion=1
# Version of the currency code information in this class.
# It is a serial number that accompanies with each amendment.
dataVersion
=
15
3
dataVersion
=
15
4
# List of all valid ISO 4217 currency codes.
# To ensure compatibility, do not remove codes.
...
...
@@ -52,7 +52,8 @@ all=ADP020-AED784-AFA004-AFN971-ALL008-AMD051-ANG532-AOA973-ARS032-ATS040-AUD036
TPE626-TRL792-TRY949-TTD780-TWD901-TZS834-UAH980-UGX800-USD840-USN997-USS998-
\
UYU858-UZS860-VEB862-VEF937-VND704-VUV548-WST882-XAF950-XAG961-XAU959-XBA955-
\
XBB956-XBC957-XBD958-XCD951-XDR960-XFO000-XFU000-XOF952-XPD964-XPF953-
\
XPT962-XSU994-XTS963-XUA965-XXX999-YER886-YUM891-ZAR710-ZMK894-ZWD716-ZWL932-ZWN942-ZWR935
XPT962-XSU994-XTS963-XUA965-XXX999-YER886-YUM891-ZAR710-ZMK894-ZMW967-ZWD716-ZWL932-
\
ZWN942-ZWR935
# Mappings from ISO 3166 country codes to ISO 4217 currency codes.
...
...
@@ -573,7 +574,7 @@ EH=MAD
# YEMEN
YE
=
YER
# ZAMBIA
ZM
=
ZM
K
ZM
=
ZM
W
# ZIMBABWE
ZW
=
ZWL
...
...
src/share/classes/java/util/LocaleISOData.java
浏览文件 @
dee6af4c
...
...
@@ -473,7 +473,7 @@ class LocaleISOData {
+
"YE"
+
"YEM"
// Yemen
+
"YT"
+
"MYT"
// Mayotte
+
"ZA"
+
"ZAF"
// South Africa, Republic of
+
"ZM"
+
"ZM
B
"
// Zambia, Republic of
+
"ZM"
+
"ZM
W
"
// Zambia, Republic of
+
"ZW"
+
"ZWE"
// Zimbabwe
;
...
...
src/share/classes/java/util/function/BinaryOperator.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/java/util/function/Block.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/java/util/function/DoubleBlock.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/java/util/function/Function.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/java/util/function/IntBlock.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/java/util/function/LongBlock.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/java/util/function/Predicate.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2012
,
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
...
...
src/share/classes/sun/java2d/pipe/ParallelogramPipe.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2008, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 2011
,
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
...
...
src/share/classes/sun/tools/jcmd/JCmd.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*com.sun.tools.attach.AttachNotSupportedException
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
...
...
src/share/classes/sun/util/resources/CurrencyNames.properties
浏览文件 @
dee6af4c
...
...
@@ -278,6 +278,7 @@ YER=YER
YUM
=
YUM
ZAR
=
ZAR
ZMK
=
ZMK
ZMW
=
ZMW
ZWD
=
ZWD
ZWL
=
ZWL
ZWN
=
ZWN
...
...
src/share/native/java/util/zip/zlib-1.2.5/gzlib.c
浏览文件 @
dee6af4c
/* NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
...
...
src/solaris/native/common/jdk_util_md.h
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
src/solaris/native/sun/tools/attach/BsdVirtualMachine.c
浏览文件 @
dee6af4c
/*
* Copyright
2005, 2012, Oracle and/or its affiliates. All Rights R
eserved.
* Copyright
(c) 2005, 2012, Oracle and/or its affiliates. All rights r
eserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
Sun
designates this
* published by the Free Software Foundation.
Oracle
designates this
* particular file as subject to the "Classpath" exception as provided
* by
Sun
in the LICENSE file that accompanied this code.
* by
Oracle
in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
...
...
@@ -18,9 +18,9 @@
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact
Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
*
CA 95054 USA or visit www.sun.com if you need additional information or
*
have any
questions.
* Please contact
Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
*
or visit www.oracle.com if you need additional information or have any
* questions.
*/
#include "jni.h"
...
...
src/windows/classes/java/net/DualStackPlainDatagramSocketImpl.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2007,
2011
Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007,
2011,
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
...
...
src/windows/native/common/jdk_util_md.h
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
test/com/sun/java/swing/plaf/windows/WindowsRadioButtonUI/7089914/bug7089914.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/Focus/6981400/Test1.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/Focus/6981400/Test2.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/Focus/6981400/Test3.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/Frame/ResizeAfterSetFont/ResizeAfterSetFont.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/JAWT.sh
浏览文件 @
dee6af4c
#!/bin/sh
# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/Makefile.cygwin
浏览文件 @
dee6af4c
# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/Makefile.unix
浏览文件 @
dee6af4c
# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/Makefile.win
浏览文件 @
dee6af4c
# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/MyCanvas.java
浏览文件 @
dee6af4c
/**
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/myfile.c
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/JAWT/myfile.cpp
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/TextArea/DisposeTest/TestDispose.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/awt/TextField/DisposeTest/TestDispose.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/lang/Integer/Unsigned.java
浏览文件 @
dee6af4c
...
...
@@ -16,9 +16,9 @@
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact
Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
*
CA 95054 USA or visit www.sun.com if you need additional information or
*
have any
questions.
* Please contact
Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
*
or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
...
...
test/java/lang/Long/Unsigned.java
浏览文件 @
dee6af4c
...
...
@@ -16,9 +16,9 @@
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact
Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
*
CA 95054 USA or visit www.sun.com if you need additional information or
*
have any
questions.
* Please contact
Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
*
or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
...
...
test/java/lang/Math/CubeRootTests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/lang/Math/Expm1Tests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/lang/Math/HyperbolicTests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/lang/Math/Log10Tests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/lang/Math/Log1pTests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/lang/Math/Tests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/lang/StringBuffer/TestSynchronization.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/lang/invoke/remote/RemoteExample.java
浏览文件 @
dee6af4c
/*
* Copyright
2009-2010 Sun Microsystems, Inc. All Rights R
eserved.
* Copyright
(c) 2009, 2010, Oracle and/or its affiliates. All rights r
eserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
Sun
designates this
* published by the Free Software Foundation.
Oracle
designates this
* particular file as subject to the "Classpath" exception as provided
* by
Sun
in the LICENSE file that accompanied this code.
* by
Oracle
in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
...
...
@@ -18,9 +18,9 @@
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact
Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
*
CA 95054 USA or visit www.sun.com if you need additional information or
*
have any
questions.
* Please contact
Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
*
or visit www.oracle.com if you need additional information or have any
* questions.
*/
package
test.java.lang.invoke.remote
;
...
...
test/java/math/BigDecimal/FloatDoubleValueTests.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2005, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2011
,
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
...
...
test/java/math/BigDecimal/StrippingZerosTest.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2011
,
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
...
...
test/java/net/Inet4Address/PingThis.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/net/ProxySelector/MultiThreadedSystemProxies.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/security/Signature/VerifyRangeCheckOverflow.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/util/AbstractCollection/ToArrayTest.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/util/Currency/ValidateISO4217.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2007, 201
1
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 201
2
, 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
...
...
@@ -22,7 +22,7 @@
*/
/*
* @test
* @bug 4691089 4819436 4942982 5104960 6544471 6627549 7066203
* @bug 4691089 4819436 4942982 5104960 6544471 6627549 7066203
7195759
* @summary Validate ISO 4217 data for Currency class.
*/
...
...
@@ -92,7 +92,7 @@ public class ValidateISO4217 {
/* Codes that are obsolete, do not have related country */
static
final
String
otherCodes
=
"ADP-AFA-ATS-AYM-AZM-BEF-BGL-BOV-BYB-CLF-CUC-CYP-DEM-EEK-ESP-FIM-FRF-GHC-GRD-GWP-IEP-ITL-LUF-MGF-MTL-MXV-MZM-NLG-PTE-ROL-RUR-SDD-SIT-SKK-SRG-TMM-TPE-TRL-VEF-USN-USS-VEB-XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-XPT-XSU-XTS-XUA-XXX-YUM-ZWD-ZWN-ZWR"
;
"ADP-AFA-ATS-AYM-AZM-BEF-BGL-BOV-BYB-CLF-CUC-CYP-DEM-EEK-ESP-FIM-FRF-GHC-GRD-GWP-IEP-ITL-LUF-MGF-MTL-MXV-MZM-NLG-PTE-ROL-RUR-SDD-SIT-SKK-SRG-TMM-TPE-TRL-VEF-USN-USS-VEB-XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-XPT-XSU-XTS-XUA-XXX-YUM-Z
MK-Z
WD-ZWN-ZWR"
;
static
boolean
err
=
false
;
...
...
test/java/util/Currency/tablea1.txt
浏览文件 @
dee6af4c
#
#
# Amendments up until ISO 4217 AMENDMENT NUMBER 15
3
# (As of
12 January
2012)
# Amendments up until ISO 4217 AMENDMENT NUMBER 15
4
# (As of
31 August
2012)
#
# Version
FILEVERSION=1
DATAVERSION=15
3
DATAVERSION=15
4
# ISO 4217 currency data
AF AFN 971 2
...
...
@@ -274,7 +274,7 @@ VI USD 840 2
WF XPF 953 0
EH MAD 504 2
YE YER 886 2
ZM ZM
K 894
2
ZM ZM
W 967
2
ZW ZWL 932 2
#XAU XAU 959
#XBA XBA 955
...
...
test/java/util/Map/EntryHashCode.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/util/concurrent/FutureTask/DoneTimedGetLoops.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/java/util/logging/LoggerResourceBundleRace.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2012
,
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
...
...
test/java/util/logging/LoggingDeadlock2.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2006, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2012
,
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
...
...
test/java/util/logging/LoggingDeadlock3.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2012
,
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
...
...
test/java/util/logging/SimpleFormatterFormat.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2012
,
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
...
...
test/java/util/spi/ResourceBundleControlProvider/providersrc/XmlRB.xml
浏览文件 @
dee6af4c
...
...
@@ -5,13 +5,13 @@
This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation. Oracle designates this
particular file as subject to the
Classpath
exception as provided
published by the Free Software Foundation.
Oracle designates this
particular file as subject to the
"Classpath"
exception as provided
by Oracle in the LICENSE file that accompanied this code.
This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).
...
...
test/java/util/spi/ResourceBundleControlProvider/providersrc/XmlRB_ja.xml
浏览文件 @
dee6af4c
...
...
@@ -5,13 +5,13 @@
This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation. Oracle designates this
particular file as subject to the
Classpath
exception as provided
published by the Free Software Foundation.
Oracle designates this
particular file as subject to the
"Classpath"
exception as provided
by Oracle in the LICENSE file that accompanied this code.
This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).
...
...
test/javax/swing/JComponent/7154030/bug7154030.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/javax/swing/JTabbedPane/4310381/bug4310381.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/javax/swing/JTable/4235420/bug4235420.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/javax/swing/JTable/6788484/bug6788484.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2010, 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2011
,
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
...
...
test/javax/swing/JTable/7055065/bug7055065.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/javax/swing/JTable/7188612/JTableAccessibleGetLocationOnScreen.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/javax/swing/JTextArea/7049024/bug7049024.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
test/javax/swing/border/Test7022041.java
浏览文件 @
dee6af4c
/*
* Copyright 2012 Red Hat, Inc. All Rights Reserved.
* Copyright (c) 2012, 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
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
...
...
@@ -16,6 +17,10 @@
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
import
java.awt.Color
;
...
...
test/javax/swing/text/DefaultCaret/6938583/bug6938583.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
test/sun/management/AgentCMETest.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/sun/management/jmxremote/startstop/JMXStartStopTest.sh
浏览文件 @
dee6af4c
#!/bin/sh
# Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2012
,
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
...
...
test/sun/nio/ch/SelProvider.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2012
,
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
...
...
test/sun/rmi/rmic/classpath/RMICClassPathTest.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/sun/security/krb5/auto/ReplayCache.java
浏览文件 @
dee6af4c
/*
* Copyright
2012 Sun Microsystems, Inc. All Rights R
eserved.
* Copyright
(c) 2012, Oracle and/or its affiliates. All rights r
eserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -16,9 +16,9 @@
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact
Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
*
CA 95054 USA or visit www.sun.com if you need additional information or
*
have any
questions.
* Please contact
Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
*
or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
...
...
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsProxyStackOverflow.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011
,
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
...
...
test/sun/text/resources/LocaleData
浏览文件 @
dee6af4c
...
...
@@ -7657,3 +7657,6 @@ FormatData/zh/DayNarrows/3=\u4e09
FormatData/zh/DayNarrows/4=\u56db
FormatData/zh/DayNarrows/5=\u4e94
FormatData/zh/DayNarrows/6=\u516d
# bug 7195759
CurrencyNames//ZMW=ZMW
test/sun/text/resources/LocaleDataTest.java
浏览文件 @
dee6af4c
...
...
@@ -34,7 +34,7 @@
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203 7101495
* 7003124 7085757 7028073 7171028 7189611 8000983
* 7003124 7085757 7028073 7171028 7189611 8000983
7195759
* @summary Verify locale data
*
*/
...
...
test/sun/tools/jps/jps-V_2.sh
浏览文件 @
dee6af4c
#
# Copyright (c) 2004, 2011,Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2011,
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
...
...
test/tools/jar/JarBackSlash.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012
,
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
...
...
test/tools/launcher/UnicodeTest.java
浏览文件 @
dee6af4c
/*
* Copyright (c) 2007, 2012,
2012
Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2012, 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
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录