Kiran Ravikumar
|
4b36fb50ed
|
8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
Reviewed-by: alanb, coffeys, chegar
|
2019-10-09 10:14:03 +00:00 |
|
Daniil Titov
|
0f1f9fe653
|
8231666: ThreadIdTable::grow() invokes invalid thread transition
Reviewed-by: dholmes, rehn
|
2019-10-08 09:39:10 -07:00 |
|
Daniil Titov
|
7306526835
|
8170299: Debugger does not stop inside the low memory notifications code
Reviewed-by: sspitsyn, dholmes
|
2019-10-08 09:13:08 -07:00 |
|
Patrick Concannon
|
dcceed10b6
|
8222829: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative
Clarifies behaviour of setSoTimeout() method when given negative timeout value.
Reviewed-by: alanb, chegar, dfuchs
|
2019-10-08 15:03:20 +01:00 |
|
Valerie Peng
|
381e90eb6b
|
8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4
For CK_GCM_PARAMS, try the spec definition first before falling back to the header file definition
Reviewed-by: xuelei
|
2019-10-08 00:01:20 +00:00 |
|
Chihiro Ito
|
204ed44122
|
8225694: Destination option missing in FlightRecorderMXBeanImpl
Reviewed-by: egahlin
|
2019-10-07 16:44:12 +02:00 |
|
Lance Andersen
|
515db21790
|
8231093: Document the ZIP FS properties noCompression and releaseVersion
Reviewed-by: clanger, martin, alanb
|
2019-10-06 13:08:58 -04:00 |
|
Lance Andersen
|
3e47bb2c2e
|
8223771: FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
Reviewed-by: alanb
|
2019-10-04 15:51:17 -04:00 |
|
Julia Boes
|
4dafa3033f
|
8231161: Wrong return type in code sample in Collector API documentation
Correct declaration of container from R to A and add compilation test
Reviewed-by: smarks, lancea
|
2019-10-03 18:59:56 +01:00 |
|
Chris Plummer
|
b9bde2ed45
|
8231288: "jhsdb jmap" test needed to reproduce issues that used to be reproduced by JShellHeapDumpTest
Reviewed-by: sgehwolf, sspitsyn
|
2019-10-02 17:56:46 -07:00 |
|
Brian Burkhalter
|
17c057bd76
|
8229333: java/io/File/SetLastModified.java timed out
Reviewed-by: lancea, rriggs
|
2019-10-01 07:37:39 -07:00 |
|
Christoph Langer
|
8fc1b67944
|
8223869: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
Reviewed-by: goetz
|
2019-10-01 14:51:04 +02:00 |
|
Julia Boes
|
82747fa960
|
8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request
Preserve BODY in poster output stream before sending CONNECT request
Reviewed-by: dfuchs, vtewari
|
2019-09-26 12:35:51 +01:00 |
|
Daniel Fuchs
|
8e98ce54bf
|
8231506: Fix some instabilities in a few networking tests
Reviewed-by: alanb, chegar, msheppar
|
2019-10-01 12:10:33 +01:00 |
|
Matthias Baesken
|
09c012be4e
|
8231357: sun/security/pkcs11/Cipher/TestKATForGCM.java fails on SLES11 using mozilla-nss-3.14
Reviewed-by: clanger, valeriep
|
2019-09-26 13:51:43 +02:00 |
|
Patrick Concannon
|
0364ad244a
|
8229338: clean up test/jdk/java/util/RandomAccess/Basic.java
General refactoring of code and increased test coverage
Reviewed-by: lancea, aefimov
|
2019-09-30 17:19:58 +01:00 |
|
Chris Plummer
|
f6a5479a44
|
8231287: JMap should do a better job of reporting exception it catches
Retrhow any caught exception, and always print exceptions before exiting
Reviewed-by: sspitsyn, phh
|
2019-09-28 12:33:34 -07:00 |
|
Doug Lea
|
a9254cbcfa
|
8231032: ThreadMXBean locking tests fail after JSR 166 refresh
Reviewed-by: martin, mchung, dholmes
|
2019-09-27 12:20:14 -07:00 |
|
Daniel Fuchs
|
8578ab1c23
|
8231037: java/net/InetAddress/ptr/Lookup.java fails intermittently due to reverse lookup failed
The test is updated to verify whether reverse lookup is altogether possible.
Reviewed-by: chegar
|
2019-09-27 14:43:35 +01:00 |
|
Chris Hegarty
|
0b881387f2
|
8231504: Update networking tests to avoid implicit dependency on the system proxies
Reviewed-by: dfuchs
|
2019-09-27 09:55:35 +01:00 |
|
Chris Plummer
|
6212eb36c3
|
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
Give jshell process time to fully startup and stablize before requesting heap dump
Reviewed-by: sspitsyn, amenkov
|
2019-09-26 14:41:09 -07:00 |
|
Paul Hohensee
|
1bce27d402
|
8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[])
Reviewed-by: mchung, dholmes, sspitsyn
|
2019-09-25 15:22:33 -07:00 |
|
Brian Burkhalter
|
12178ec008
|
8231174: (fs) FileTime should have 100ns resolution (win)
Reviewed-by: alanb
|
2019-09-25 11:44:52 -07:00 |
|
Tianmin Shi
|
2b56811616
|
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class
Synchronize access to legacyMap in Provider.getService.
Reviewed-by: valeriep
|
2019-09-25 08:29:03 -07:00 |
|
Chihiro Ito
|
2260d0c6a3
|
8231317: jdk/jfr/jcmd/TestJcmdConfigure.java fails with "java.lang.RuntimeException: assertTrue: expected true, was false"
Reviewed-by: ysuenaga, dcubed
|
2019-09-25 20:32:56 +09:00 |
|
Prasanta Sadhukhan
|
83b11a570a
|
Merge
|
2019-09-25 14:48:39 +05:30 |
|
Michael McMahon
|
b8bda05c60
|
8231450: Copyright header line omitted from 8231187 changeset
Reviewed-by: chegar
|
2019-09-25 09:38:20 +01:00 |
|
Prasanta Sadhukhan
|
f0b476a981
|
Merge
|
2019-09-25 13:40:36 +05:30 |
|
Milan Mimica
|
464c8b84eb
|
8228580: DnsClient TCP socket timeout
Reviewed-by: vtewari, chegar, prappo
|
2019-09-24 22:57:28 +01:00 |
|
Michael McMahon
|
aa5329e0d3
|
8231187: SelectorProvider.inheritedChannel() returns TCP socket channel for Unix domain socket
Reviewed-by: alanb, chegar
|
2019-09-24 16:19:11 +01:00 |
|
Patrick Concannon
|
11d43732bc
|
8217825: Verify @AfterTest is used correctly in WebSocket tests
Remove @AfterTest tags; added in explicit closing of resources e.g. httpServer, webSocket, etc
Reviewed-by: dfuchs, prappo
|
2019-09-23 16:53:16 +01:00 |
|
Prasanta Sadhukhan
|
3afd808de8
|
Merge
|
2019-09-23 13:08:20 +05:30 |
|
Daniel D. Daugherty
|
83f41d2736
|
8231323: ProblemList jdk/jfr/jcmd/TestJcmdConfigure.java
Reviewed-by: ysuenaga
|
2019-09-21 10:13:25 -04:00 |
|
John Jiang
|
0a0956bcda
|
8180837: SunPKCS11-NSS tests failing with CKR_ATTRIBUTE_READ_ONLY and CKR_MECHANISM_PARAM_INVALID
Reviewed-by: xuelei
|
2019-09-21 08:06:00 +08:00 |
|
Jagjot Singh
|
6b80f1e7cd
|
8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel
Reviewed-by: psadhukhan
|
2019-09-18 07:18:44 -07:00 |
|
Sergey Bylokhov
|
d05b24b3f4
|
8229896: Delete an unused code in the BufferedContext
Reviewed-by: prr, jdv
|
2019-09-13 17:35:12 -07:00 |
|
Laurent Bourgès
|
027fdb2d3b
|
8230728: Thin stroked shapes are not rendered if affine transform has flip bit
Use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value
Reviewed-by: prr, jdv
|
2019-09-10 21:20:51 +02:00 |
|
Tejpal Rebari
|
603689f760
|
8194944: Regression automated test 'open/test/jdk/javax/swing/JInternalFrame/8145896/TestJInternalFrameMaximize.java' fails
Reviewed-by: jdv, arapte
|
2019-09-04 22:18:48 +05:30 |
|
Prasanta Sadhukhan
|
bcff4990ad
|
Merge
|
2019-08-29 15:09:48 +05:30 |
|
Matthias Baesken
|
e2ebf7b822
|
8231171: remove remaining sun.java.launcher.pid references
Reviewed-by: alanb, dholmes
|
2019-09-20 10:28:48 +02:00 |
|
Brian Burkhalter
|
d6b7266547
|
8231254: (fs) Add test for macOS Catalina changes to protect system software
Reviewed-by: alanb
|
2019-09-23 13:59:41 -07:00 |
|
Christoph Langer
|
8551294077
|
8230857: Avoid reflection in sun.tools.common.ProcessHelper
Reviewed-by: sspitsyn, dholmes
|
2019-09-23 12:32:13 +02:00 |
|
Thomas Schatzl
|
03e769bd64
|
8159984: Remove call to ClassLoaderDataGraph::clear_claimed_marks during the initial mark pause
The CLDG is only iterated once during garbage collection, so we do not need to claim CLDs any more.
Reviewed-by: sjohanss, kbarrett
|
2019-09-23 11:37:02 +02:00 |
|
Mikhailo Seledtsov
|
5b34d00fbc
|
8230115: Problemlist JFR TestNetworkUtilization test
Added test to the problem list
Reviewed-by: dcubed
|
2019-08-28 15:15:38 -07:00 |
|
Frank Yuan
|
f85fe3a3d6
|
8230010: Remove jdk8037819/BasicTest1.java
8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test
Reviewed-by: joehw, vtewari
|
2019-08-28 11:00:55 +08:00 |
|
Jaikiran Pai
|
f8e6dcdd09
|
8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
Fix the test to use volatile on members which are accessed across threads
Reviewed-by: dfuchs
|
2019-08-27 16:17:40 +05:30 |
|
Dmitry Markov
|
1ea81a7cda
|
8225505: ctrl-F1 does not show the tooltip of a menu item (JMenuItems)
Reviewed-by: psadhukhan, serb
|
2019-08-23 14:25:20 +01:00 |
|
Semyon Sadetsky
|
07e2ea8e44
|
8226513: JEditorPane is shown with incorrect size
Reviewed-by: prr, psadhukhan
|
2019-08-19 12:13:47 +05:30 |
|
Alexey Ivanov
|
11feeaa533
|
8222108: Reduce minRefreshTime for updating remote printer list on Windows
Reviewed-by: prr, serb
|
2019-08-18 21:36:01 +01:00 |
|
Matthias Baesken
|
313cb3ce76
|
8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
Reviewed-by: chegar, clanger
|
2019-08-14 15:07:04 +02:00 |
|