Hamlin Li
177ea1a2de
8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
...
Reviewed-by: rriggs, chegar, darcy
2016-11-20 17:39:09 -08:00
Mandy Chung
671d12ce6b
8169909: java agent fails to add to class path when the initial module is a named module
...
Reviewed-by: alanb
2016-11-20 07:57:57 -08:00
Paul Sandoz
b02932fab8
8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
...
Reviewed-by: martin
2016-11-17 12:24:51 -08:00
Weijun Wang
9a7622561a
7004967: SecureRandom should be more explicit about threading
...
8169312: SecureRandom::getSeed(num) not specified if num is negative
Reviewed-by: mullan, xuelei
2016-11-17 21:02:39 +08:00
Nancy Nigam
5b06ce3c07
8165296: update existing i18n test cases of test/java/util
...
Reviewed-by: okutsu
2016-11-17 11:40:50 +05:30
Hamlin Li
a7d4828bea
8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails
...
Reviewed-by: alanb
2016-11-16 17:29:14 -08:00
Paul Sandoz
ce32d2aec8
8072784: Better spliterator implementation for BitSet.stream()
...
Reviewed-by: martin
2016-11-16 14:26:14 -08:00
Jamil Nimeh
2eff7e6a9a
8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
...
Protect against null return value from Permission.getActions in ProtectionDomain's toString method.
Reviewed-by: weijun, mullan
2016-11-16 08:29:58 -08:00
Daniel Fuchs
f3cb8c41dc
8169068: Add a new method: java.net.Authenticator.getDefault()
...
Reviewed-by: chegar
2016-11-16 15:40:06 +00:00
Mandy Chung
5fb366ed4f
8169231: Fix tests to add @compile --add-modules to workaround jtreg bug
...
Reviewed-by: jjg
2016-11-04 15:49:31 -07:00
Ambarish Rapte
099928305c
8160766: [TEST_BUG] java/awt/Focus/DisposedWindow
...
Reviewed-by: serb, aghaisas
2016-11-04 21:55:19 +05:30
Prasanta Sadhukhan
f57398c41a
8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
...
Reviewed-by: prr, jdv
2016-11-04 17:27:56 +05:30
Mandy Chung
d74e2a09ac
6479237: (cl) Add support for classloader names
...
Reviewed-by: alanb, bchristi, coleenp, dfuchs, lfoltan, psandoz, sspitsyn
2016-11-03 18:08:28 -07:00
David Dehaven
5f47e09d2a
Merge
2016-11-03 13:44:56 -07:00
Sergei Kovalev
12c36f7ab7
8169002: Several java/net/httpclient have undeclared dependency on java.logging module
...
Reviewed-by: chegar, rriggs, dfuchs
2016-11-03 16:19:29 +03:00
Roger Riggs
4c951cbe57
8169055: [TESTBUG] java/io/Serializable/serialFilter/ tests have undeclared dependency on java.compiler module
...
Change serialFilter test to use type in java.base
Reviewed-by: dfuchs, chegar, skovalev
2016-11-03 12:29:05 -04:00
Amy Lu
a35d0116c4
8143097: java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
...
Reviewed-by: chegar
2016-11-03 15:40:55 +08:00
Felix Yang
447e8a5232
8156504: java/net/URLPermission/nstest/lookup.sh fails intermittently
...
Reviewed-by: chegar, dfuchs
2016-11-02 18:44:59 -07:00
Amy Lu
1bf1087e7f
8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
...
Reviewed-by: chegar, psandoz
2016-11-03 09:44:43 +08:00
Ivan Gerasimov
d86b93b397
8168921: Inconsistent Annotation.toString()
...
Reviewed-by: darcy, redestad
2016-11-02 20:53:56 +03:00
Daniel Fuchs
05be04a123
8152515: (logging) LogManager.resetLogger should ignore LinkageError
...
LogManager.resetLogger will also ignore errors, but only while shutting down.
Reviewed-by: rriggs, dholmes
2016-11-02 14:46:40 +00:00
Weijun Wang
e10da9956f
8168518: rcache interop with krb5-1.15
...
Reviewed-by: xuelei
2016-11-02 14:44:15 +08:00
Prem Balakrishnan
46ce08f254
8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails
...
Reviewed-by: alexsch, aghaisas
2016-11-02 08:46:41 +05:30
Paul Sandoz
1730680ce7
8167974: MethodHandles.iteratedLoop(...) fails with CCE in the case of iterating over array
...
8167966: MethodHandles.iteratedLoop fails with IAE in the case of correct arguments
Reviewed-by: redestad
2016-11-01 17:29:48 -07:00
Alok Kumar Sharma
abaaf58cf3
8168899: java.nio.file.InvalidPathException if click button in JFileChooser demo of SwingSet2
...
Reviewed-by: ssadetsky, serb
2016-11-01 12:38:34 +03:00
Bradford Wetmore
853690d658
4985694: Incomplete spec for most of the getInstances
...
Reviewed-by: xuelei, mullan
2016-10-31 14:09:42 -07:00
Roger Riggs
9e7023e2a9
8168517: java/lang/ProcessBuilder/Basic.java failed
...
Reviewed-by: dholmes
2016-10-31 13:57:28 -04:00
David Dehaven
b3ad5b94c3
Merge
2016-10-31 10:39:14 -07:00
Xueming Shen
882dd28a12
8166261: Scanner.nextInt(int) (and similar methods) throws PatternSyntaxException
...
Reviewed-by: naoto
2016-10-31 10:34:31 -07:00
Goetz Lindenmaier
04eb6a6783
8166837: [TESTBUG] Fix tests on Linux/s390x
...
Reviewed-by: simonis
2016-10-31 14:13:03 +01:00
Weijun Wang
0527e4e401
8167646: Better invalid FilePermission
...
Reviewed-by: rriggs
2016-10-31 16:41:41 +08:00
Weijun Wang
2c2ce8ad1f
8168127: FilePermissionCollection merges incorrectly
...
Reviewed-by: rriggs
2016-10-31 16:40:31 +08:00
Daniel Fuchs
53cbda2d85
8163162: The separation between system loggers and application loggers should take the extension loader in consideration
...
DefaultLoggerFinder.isSystem is changed to return 'true' for classes loaded from the platform loader and its ancestors. This means that classes loaded by the platform loader will get exactly the same kind of loggers than classes loaded by the boot (null) loader.
Reviewed-by: rriggs, mchung
2016-10-28 12:10:12 +01:00
Alan Bateman
83df093985
8168789: ModuleReader.list and ModuleFinder.of update
...
Reviewed-by: mchung
2016-10-28 10:18:07 +01:00
Phil Race
7b8e374270
Merge
2016-10-27 09:42:08 -07:00
Phil Race
5817fca746
Merge
2016-10-27 08:51:48 -07:00
Prasanta Sadhukhan
db6a8106b1
8162796: [macosx] LinearGradientPaint and RadialGradientPaint are not printed on OS X
...
Reviewed-by: prr, jdv
2016-10-27 17:24:16 +05:30
Prem Balakrishnan
a0376a5323
8168292: [TESTBUG] [macosx] Test java/awt/TrayIcon/DragEventSource/DragEventSource.java fails on OS X
...
Reviewed-by: psadhukhan, aghaisas
2016-10-27 10:49:16 +05:30
Ajit Ghaisas
909a82a1ff
8168470: [TEST_BUG] @test missed in java/awt/Window/ChangeWindowResizabilty/ChangeWindowResizabiltyTest.java
...
Reviewed-by: serb, ssadetsky, arapte
2016-10-26 10:51:50 +05:30
Alejandro Murillo
cb0a755549
Merge
2016-10-25 14:55:29 -07:00
Brent Christian
1552f3ddbb
8165793: Provide an API to query if a ClassLoader is parallel capable
...
Reviewed-by: alanb, mchung
2016-10-25 12:58:34 -07:00
Alejandro Murillo
da37860566
Merge
2016-10-25 12:25:44 -07:00
Chris Hegarty
905cdfdf66
8085192: java/rmi/activation/Activatable tests fail intermittently due to "Port already in use"
...
Reviewed-by: rriggs, mli
2016-10-25 10:31:49 +01:00
Masayoshi Okutsu
6ce08d0985
8165804: Revisit the way of loading BreakIterator rules/dictionaries
...
Reviewed-by: naoto, peytoia, erikj
2016-10-25 15:43:19 +09:00
Hamlin Li
bf19611451
8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java
...
Reviewed-by: darcy, amlu
2016-10-24 21:44:33 -07:00
Roger Riggs
033650f9e0
8167192: [Testbug] java/io/Serializable/serialFilter test conditions wrong
...
Reviewed-by: lancea, mchung
2016-10-24 09:40:06 -04:00
Anubhav Meena
d3d2beed82
8163330: HijrahDate aligned day of week incorrect
...
Reviewed-by: rriggs, scolebourne
2016-10-21 14:52:04 +05:30
Rachna Goel
8f9823ef6e
8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US
...
Reviewed-by: okutsu, rriggs, naoto, peytoia
2016-10-21 11:33:37 +09:00
Alejandro Murillo
ae7aae8464
Merge
2016-10-20 16:54:00 -07:00
Phil Race
4a4be07df3
Merge
2016-10-19 08:06:10 -07:00