Sebastian Sickelmann
|
fb053862e5
|
4906983: java.net.URL constructors throw MalformedURLException in undocumented way
Added some testcases for the corner-cases in question and clarified javadoc
Reviewed-by: chegar, msheppar
|
2015-12-15 17:35:27 +01:00 |
|
Naoto Sato
|
f19df7cb6e
|
8134916: LocaleData.cldr for sun/text/resources/LocaleDataTest.java seems to contain wrong data
Reviewed-by: okutsu
|
2015-12-21 09:05:25 -08:00 |
|
Roger Riggs
|
197207b152
|
8138696: java.lang.ref.Cleaner - an easy to use alternative to finalization
Reviewed-by: mchung, mr, chegar, plevart, kbarrett, dholmes
|
2015-12-21 11:34:14 -05:00 |
|
Daniel Fuchs
|
72bed9c5df
|
8145686: SimpleConsoleLogger and LogRecord should take advantage of StackWalker to skip classes implementing System.Logger
Methods defined on classes implementing System.Logger will be skipped when looking for the calling method.
Reviewed-by: mchung
|
2015-12-21 13:30:58 +01:00 |
|
Felix Yang
|
7295899326
|
8131155: java/net/NetworkInterface/NetworkInterfaceStreamTest.java failed because of Teredo Tunneling Pseudo-Interface
Reviewed-by: amlu, chegar, psandoz
|
2015-12-21 13:43:53 +08:00 |
|
Athijegannathan Sundararajan
|
4ab55ae7c1
|
8145750: jjs fails to run simple scripts with security manager turned on
Reviewed-by: hannesw, alanb
|
2015-12-21 09:40:00 +05:30 |
|
Chris Hegarty
|
3c6809b64c
|
8145589: Test6277246.java fails to compile after JDK-8144479
Reviewed-by: rriggs
|
2015-12-18 16:12:55 +00:00 |
|
Chris Hegarty
|
355dac1a4c
|
8056152: API to create Threads that do not inherit inheritable thread-local initial values
Reviewed-by: alanb, dholmes, mchung, mr, rriggs
|
2015-12-18 16:06:24 +00:00 |
|
Jaroslav Bachorik
|
d36b231c45
|
8145417: JInfoSanityTest failed with Error attaching to remote server: java.rmi.ConnectException: Connection refused
Reviewed-by: sspitsyn
|
2015-12-18 14:43:24 +01:00 |
|
Paul Sandoz
|
5d45834ee3
|
8145006: Collections.asLifoQueue(null) doesn't throw NPE as specified
Reviewed-by: smarks
|
2015-12-18 09:59:25 +01:00 |
|
Mandy Chung
|
d80160da67
|
8144553: java/lang/StackWalker/StackWalkTest.java and MultiThreadStackWalk.java fail with stack overflows
Reviewed-by: dfuchs
|
2015-12-17 09:39:21 -08:00 |
|
Joe Darcy
|
093d9fce43
|
8145605: Problem list Test6277246.java until a fix for JDK-8145589
Reviewed-by: sherman, mchung
|
2015-12-16 14:45:21 -08:00 |
|
Joel Borggrén-Franck
|
5c29ca104e
|
8057804: AnnotatedType interfaces provide no way to get annotations on owner type
Reviewed-by: darcy, redestad
|
2015-12-16 20:00:03 +01:00 |
|
Roger Riggs
|
570ebc4176
|
8032510: Add java.time.Duration.dividedBy(Duration)
Reviewed-by: rriggs, scolebourne
|
2015-12-16 13:00:29 -05:00 |
|
Bhanu Prakash Gopularam
|
739de56c11
|
8129567: CRYPTO_MECHANISM_PARAM_INVALID occurs if GCM mode parameter which is used as an IV is set to all zeros
Reviewed-by: mullan
|
2015-12-16 08:38:10 -08:00 |
|
Chris Hegarty
|
bc11b9c8b5
|
8144479: Remove character coders from sun.misc
Reviewed-by: psandoz, rriggs
|
2015-12-16 12:17:03 +00:00 |
|
Chris Hegarty
|
6853999d56
|
8145416: Move sun.misc.ProxyGenerator to java.lang.reflect
Reviewed-by: alanb, mchung, rriggs
|
2015-12-16 08:42:00 +00:00 |
|
Alejandro Murillo
|
4baee38c64
|
Merge
|
2015-12-15 19:01:10 -08:00 |
|
Stuart Marks
|
1789b4f7bf
|
8145139: clean up jdk_collections and jdk_concurrent test groups
Reviewed-by: martin
|
2015-12-15 12:47:23 -08:00 |
|
Alejandro Murillo
|
b53399446c
|
Merge
|
2015-12-15 09:50:07 -08:00 |
|
Brian Burkhalter
|
7a0c72ef9c
|
8143394: PushbackReader throws NullPointerException
Synchronize on lock in close() to avoid NPE from read()-close() race.
Reviewed-by: alanb, dfuchs
|
2015-12-15 09:02:46 -08:00 |
|
Alejandro Murillo
|
0a269e99fc
|
Merge
|
2015-12-11 17:45:50 -08:00 |
|
Stuart Marks
|
82c454ff4a
|
8144952: add wildcards to the Map.ofEntries() method
Reviewed-by: darcy, psandoz, chegar
|
2015-12-11 17:01:01 -08:00 |
|
Brian Burkhalter
|
031af5cb63
|
8133986: (fs) Remove file deletion from test/java/nio/file/FileSystem/Basic.java checkNoUOE() method
Do not delete file which provoked an unexpected exception.
Reviewed-by: alanb
|
2015-12-11 08:30:50 -08:00 |
|
Sergei Kovalev
|
5b80991fea
|
8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale
Reviewed-by: martin
|
2015-12-11 16:35:59 +03:00 |
|
Naveen Kumar
|
b831ed3c8b
|
8139572: SimpleDateFormat parse month stand-alone format bug
Reviewed-by: okutsu
|
2015-12-15 16:42:30 +09:00 |
|
Chris Hegarty
|
a979586dce
|
8144995: Move sun.misc.HexDumpEncoder to sun.security.util
Reviewed-by: psandoz, mchung
|
2015-12-14 19:24:33 +00:00 |
|
Xueming Shen
|
2b91819eec
|
8145260: To bring j.u.z.ZipFile's native implementation to Java to remove the expensive jni cost and mmap crash risk [2]
Reviewed-by: coffeys
|
2015-12-14 09:27:15 -08:00 |
|
Shinya Yoshida
|
38302301fd
|
8144675: Add a filtering collector
Reviewed-by: psandoz, smarks
|
2015-12-13 15:20:35 +01:00 |
|
Tagir Valeev
|
2a1775f3b1
|
8145007: Pattern splitAsStream is not late binding as required by the specification
Reviewed-by: chegar, psandoz
|
2015-12-13 15:10:13 +01:00 |
|
Artem Smotrakov
|
3d4ea51ab1
|
8140470: javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java failed with AccessControlException
Reviewed-by: mullan
|
2015-12-11 19:06:40 -08:00 |
|
Joseph Provino
|
9642accd46
|
Merge
|
2015-12-07 17:04:37 +00:00 |
|
Jaroslav Bachorik
|
e12241b613
|
8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe"
Reviewed-by: sla
|
2015-12-07 12:31:25 +01:00 |
|
Kumar Srinivasan
|
429f9e61cf
|
8144660: VersionCheck.java fails when it tries to run jaccess*.exe -J-version on windows
Reviewed-by: darcy
|
2015-12-03 17:44:18 -08:00 |
|
Joe Darcy
|
52dbcd1547
|
8144627: Problem list WriteAfterAbort.java
Reviewed-by: prr
|
2015-12-03 13:18:51 -08:00 |
|
Rachna Goel
|
034df88671
|
8130246: java/util/Currency/PropertiesTest.sh fails Exception java.lang.NullPointerException
Updated PropertiesTest.sh to be sequential
Reviewed-by: naoto
|
2015-12-03 14:01:33 +05:30 |
|
Michael Haupt
|
03e64cef7b
|
8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
Reviewed-by: sundar
|
2015-12-03 15:36:20 +01:00 |
|
Hamlin Li
|
b3fa048050
|
8144460: Improve the code coverage for BootstrapLogger and SimpleConsoleLogger APIs and verify bug fix JDK-8144214
Cover the logXX and LogEvent.valueOf APIs of BootstrapLogger and logXX APIs of SimpleConsoleLogger
Reviewed-by: dfuchs
|
2015-12-02 19:46:46 -08:00 |
|
Chris Hegarty
|
ebceee6674
|
8144480: Remove test dependencies on sun.misc.BASE64Encoder and BASE64Decoder
Reviewed-by: alanb, amlu, psandoz, weijun
|
2015-12-03 11:57:14 +00:00 |
|
Masayoshi Okutsu
|
00cf15a96c
|
8141243: Unexpected timezone returned after parsing a date
Reviewed-by: naoto, peytoia
|
2015-12-03 15:34:08 +09:00 |
|
Phil Race
|
ab52dbb30c
|
Merge
|
2015-12-02 16:37:55 -08:00 |
|
Kumar Srinivasan
|
92f0f3c1e8
|
8144533: VersionCheck.java failing after Verona changes in dev
Reviewed-by: darcy, iris
|
2015-12-02 14:31:52 -08:00 |
|
Vyom Tewari
|
dc93a924ee
|
6856817: Poor performance of Writer#append with CharBuffer
Poor performance of Writer#append with CharBuffer
Reviewed-by: rriggs, dfuchs, sherman, shade
|
2015-12-02 21:32:40 +01:00 |
|
Phil Race
|
c410a92fed
|
Merge
|
2015-12-02 11:22:27 -08:00 |
|
Lana Steuck
|
af7402f069
|
Merge
|
2015-12-02 09:34:55 -08:00 |
|
Phil Race
|
214c48d9d2
|
Merge
|
2015-12-02 09:15:12 -08:00 |
|
Phil Race
|
0302ed2ed2
|
8144074: [PIT] Crash calling Toolkit.getScreenSize() on Windows
Reviewed-by: flar
|
2015-12-02 09:12:39 -08:00 |
|
Xue-Lei Andrew Fan
|
29582aaee4
|
8144313: Test SessionTimeOutTests can be timeout
Reviewed-by: mullan
|
2015-12-02 15:22:50 +00:00 |
|
Roger Riggs
|
bdca5d5f82
|
8143876: test/java/lang/ProcessHandle/TreeTest.java failed intermittently with assertion error
The parent pid may be re-used, check that the child was started after the parent
Reviewed-by: darcy
|
2015-12-02 09:40:14 -05:00 |
|
Weijun Wang
|
c804d98306
|
8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete
Reviewed-by: mullan
|
2015-12-02 16:44:58 +08:00 |
|