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
Artem Smotrakov
3d0c012270
8168969: Merge SSLSocketSample and SSLSocketTemplate
...
Reviewed-by: xuelei
2016-11-16 12:50:29 -08:00
Joe Darcy
16a386fb56
8169803: Remove OpenNonIntegralNumberOfSampleframes.java from the problem list
...
Reviewed-by: serb
2016-11-16 11:20:34 -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
Jim Laskey
b440aed691
8169505: Update changes by JDK-8159393 to reflect CCC review
...
Reviewed-by: sundar
2016-11-16 10:52:08 -04:00
Sergei Kovalev
94dc401425
8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module
...
Reviewed-by: dfuchs, chegar
2016-11-15 15:52:27 +03:00
Jim Laskey
d96b3cd0cb
8159393: jlink should print a warning that a signed modular JAR will be treated as unsigned
...
Reviewed-by: alanb, sundar, mullan, weijun
2016-11-07 13:10:42 -04:00
Alexander Scherbatiy
36bb41faf9
8168992: Add floating point implementation for new BasicGraphicsUtils text related methods use floating point API
...
Reviewed-by: serb, ssadetsky
2016-11-07 11:22:53 +03:00
Athijegannathan Sundararajan
9b789e7327
8166286: jmod fails on symlink to directory
...
Reviewed-by: jlaskey, alanb
2016-11-07 11:33:31 +05:30
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
Lana Steuck
766e807c18
Merge
2016-11-04 17:52:55 +00:00
Ambarish Rapte
099928305c
8160766: [TEST_BUG] java/awt/Focus/DisposedWindow
...
Reviewed-by: serb, aghaisas
2016-11-04 21:55:19 +05:30
Amy Lu
4971ed9d30
8037278: sun/rmi/runtime/Log/6409194/NoConsoleOutput.java fails Intermittently: unexpected subprocess output
...
Reviewed-by: dfuchs, rriggs
2016-11-04 22:33:44 +08:00
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
Jamil Nimeh
c535c8a446
8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts
...
Upon receiving a fatal alert, make sure the input and output queues are closed and the engine is in the NOT_HANDSHAKING state.
Reviewed-by: xuelei
2016-11-03 15:18:16 -07:00
David Dehaven
5f47e09d2a
Merge
2016-11-03 13:44:56 -07:00
Alexander Scherbatiy
15205febe7
8164032: JViewport backing store image is not scaled on HiDPI display
...
Reviewed-by: serb
2016-11-03 18:43:55 +03: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
Joe Darcy
b369cbb77b
8169024: Problem list OpenNonIntegralNumberOfSampleframes.java until JDK-8168881 is fixed
...
Reviewed-by: rriggs
2016-11-03 01:45:16 +00: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
Robert Field
bc127f126e
8168972: Editor support: move built-in and external editor support to the jdk repo
...
8167639: jshell tool: Edit Pad has readability issues
Reviewed-by: jlahoda
2016-11-02 16:24:43 -07:00
Sergey Bylokhov
bc879dff7a
8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails
...
Reviewed-by: prr
2016-11-02 23:05:52 +03:00
Brian Burkhalter
599879e45f
8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed
...
Disallow not adding to metadata fields which are critical to reading the image data even when the BaselineTIFFTagSet has been removed from the TIFFImageReadParam and the ignoreMetadata flag is set.
Reviewed-by: prr
2016-11-02 11:07:16 -07: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
Sergey Bylokhov
b86962aeb8
8168998: Incorrect implementation of equals in Encoding and Type in JavaSound
...
Reviewed-by: prr, amenkov
2016-11-02 17:14:57 +03:00
Weijun Wang
e10da9956f
8168518: rcache interop with krb5-1.15
...
Reviewed-by: xuelei
2016-11-02 14:44:15 +08:00
Athijegannathan Sundararajan
d9bc8cbcdb
8160063: Provide a means to disable a plugin via the command line
...
Reviewed-by: jlaskey
2016-11-02 10:49:15 +05:30
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
Steve Drach
674c5463e3
8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
...
Reviewed-by: alanb, mchung
2016-11-01 14:36:26 -07:00
Chris Hegarty
707d289a69
8168980: Reinstate sun.reflect.ReflectionFactory.newConstructorForSerialization(Class,Constructor)
...
Reviewed-by: alanb
2016-11-01 12:37:29 +00: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
Sergey Bylokhov
6c71c930f4
8167615: Opensource unit/regression tests for JavaSound
...
Reviewed-by: amenkov
2016-10-31 14:50:09 +03: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
Avik Niyogi
9b1b40372e
8168540: [TEST_BUG] On Unity, need a delay before screenshot taking to avoid animation
...
Reviewed-by: psadhukhan, yan
2016-10-31 12:10:08 +05:30
Amy Lu
e8231d83df
8168524: Remove two jdk_nio tests from ProblemList: BashStreams and DeleteInterference.java
...
Reviewed-by: bpb, rriggs
2016-10-31 13:45:36 +08:00
Xue-Lei Andrew Fan
b8904d34fe
8167680: DTLS implementation bugs
...
Reviewed-by: jnimeh, asmotrak
2016-10-29 13:34:53 +00:00
Sharath Ballal
f22ecd235a
8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build
...
Remove BasicLauncherTest.java and HeapDumpTest.java from quarantine list.
Reviewed-by: sla, dsamersoff
2016-10-28 11:18:54 +03:00