Weijun Wang
|
31b07b21ae
|
8234465: Encoded elliptic curve private keys should include the public point
Reviewed-by: xuelei
|
2019-12-17 09:38:30 +08:00 |
|
Thomas Schatzl
|
bc97279caf
|
8235907: Fix tests referencing UseParallelOldGC
Remove tests using the obsolete UseParallelOldGC flag.
Reviewed-by: lkorinth, dlong
|
2019-12-16 23:07:37 +01:00 |
|
Ioi Lam
|
1b4b652408
|
8235970: [TESTBUG] Remove dependency of sun.tools.jar from RedefineClassHelper
Reviewed-by: alanb
|
2019-12-16 10:04:36 -08:00 |
|
Jesper Wilhelmsson
|
83163dbfe6
|
Merge
|
2019-12-16 17:43:20 +01:00 |
|
Harold Seigel
|
6ccfc65ec3
|
8235922: [TESTBUG]TestRecordAttrGenericSig.java and TestRecordAttr.java are failing
Replace hard-wired JDK version 14 with mechanisms that get the latest JDK version.
Reviewed-by: dcubed
|
2019-12-13 19:50:43 +00:00 |
|
Naoto Sato
|
20b1410d0c
|
8235238: Parsing a time string ignores any custom TimeZoneNameProvider
Reviewed-by: joehw, rriggs
|
2019-12-13 08:17:28 -08:00 |
|
Sibabrata Sahoo
|
94e8d6eca4
|
8234728: Some security tests should support TLSv1.3
Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei
|
2019-12-12 22:47:24 -08:00 |
|
Martin Balao
|
4fa827ec92
|
8005819: Support cross-realm MSSFU
Reviewed-by: weijun
|
2019-12-11 15:43:42 -03:00 |
|
Joe Darcy
|
890826bf5b
|
8225361: Start of release updates for JDK 15
8235497: Add SourceVersion.RELEASE_15
8235528: Add source 15 and target 15 to javac
Reviewed-by: erikj, jjg, jlahoda, dholmes, alanb, hseigel, mikael, chegar
|
2019-12-10 16:38:53 -08:00 |
|
Laurent Bourgès
|
383e7dfb30
|
8228711: Path rendered incorrectly when it goes outside the clipping region
Fixed closePath() to preserve last position and its outcode in Stroker and TransformingPathConsumer2D.PathClipFilter
Reviewed-by: prr, kcr
|
2019-08-07 10:25:50 +02:00 |
|
Abdul Kolarkunnu
|
c4b6dfbad1
|
8221312: test/jdk/sanity/client/SwingSet/src/ColorChooserDemoTest.java failed
Reviewed-by: serb, psadhukhan
|
2019-08-06 00:16:38 -07:00 |
|
Prasanta Sadhukhan
|
93f105e32a
|
Merge
|
2019-07-25 11:31:07 +05:30 |
|
Mandy Chung
|
068575e9b1
|
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
Reviewed-by: alanb, plevart
|
2019-07-24 16:46:42 -07:00 |
|
Patrick Concannon
|
00395fe0d0
|
8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
Reviewed-by: chegar, bpb, alanb
|
2019-07-24 13:08:36 +01:00 |
|
Abdul Kolarkunnu
|
63bc445628
|
8228479: Correct the format of ColorChooserDemoTest
Reviewed-by: serb, psadhukhan
|
2019-07-23 22:21:16 -07:00 |
|
Mikael Vidstedt
|
f73a94a772
|
Merge
|
2019-07-23 11:17:59 -07:00 |
|
Andrey Turbanov
|
43c54e9c7f
|
6573239: Typo in jfc text file
Reviewed-by: serb
|
2019-07-16 17:00:00 -07: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 |
|
Thejasvi Voniadka
|
1f325a0f20
|
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT".
Reviewed-by: naoto, rriggs
|
2019-07-11 03:28:43 +05:30 |
|
Ralf Schmelter
|
678b5df6c7
|
8227868: jinfo and jstack can fail converting UTF8 output to strings
Reviewed-by: sgehwolf, dholmes, cjplummer
|
2019-07-22 14:40:00 +02:00 |
|
Severin Gehwolf
|
5732fe95a6
|
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
Move container constant to separate test lib class
Reviewed-by: alanb
|
2019-07-22 10:48:14 +02:00 |
|
Jie Fu
|
8d62f19e8d
|
8225648: [TESTBUG] java/lang/annotation/loaderLeak/Main.java fails with -Xcomp
Reviewed-by: alanb, iklam
|
2019-07-22 14:31:04 +08:00 |
|
Claes Redestad
|
1d8c827e12
|
8228394: Cleanup unused java.net SharedSecrets classes
Reviewed-by: alanb, chegar
|
2019-07-19 15:36:23 +02:00 |
|
Daniil Titov
|
3c6c2d8ca2
|
8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
Reviewed-by: cjplummer, amenkov, sgehwolf
|
2019-07-18 12:29:57 -07:00 |
|
Brian Burkhalter
|
ba9c952f87
|
8228392: Backout incorrect change done by JDK-8067801
Reviewed-by: lancea
|
2019-07-18 17:10:33 -07:00 |
|
Brian Burkhalter
|
2c59ffda98
|
8228204: Fix for JDK-8067801 breaks java/io/NegativeInitSize.java
Reviewed-by: lancea
|
2019-07-17 15:12:30 -07:00 |
|
Brian Burkhalter
|
a7016e3b5d
|
8067801: Enforce null check for underlying I/O streams
Reviewed-by: lancea
|
2019-07-17 14:24:37 -07:00 |
|
Daniil Titov
|
1ea3869a92
|
8206179: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java fails with Committed virtual memory size illegal value
Reviewed-by: sspitsyn, cjplummer
|
2019-07-17 11:23:51 -07:00 |
|
Thomas Schatzl
|
b4d014896a
|
8227089: Add timing information for merging humongous remembered sets
Reviewed-by: sangheki, kbarrett
|
2019-07-17 16:33:19 +02:00 |
|
Mikael Vidstedt
|
f08a9de3b2
|
Merge
|
2019-07-17 04:33:37 -07:00 |
|
Anton Litvinov
|
cf5433ff56
|
8227392: Colors with alpha are painted incorrectly on Linux, after JDK-8214579
8224825: java/awt/Color/AlphaColorTest.java fails in linux-x64 system
Reviewed-by: prr
|
2019-07-16 15:15:45 +01:00 |
|
Xiaohong Gong
|
2c6a826899
|
8227615: [TESTBUG] JTReg "jdk/sun/security/util/FilePermCompat/CompatImpact.java" fails with graal
Reviewed-by: kvn
|
2019-07-17 10:11:05 +08:00 |
|
Sergey Bylokhov
|
768ef3cd20
|
8226653: [accessibility] Can edit text cell correctly, but Accessibility Tool reads nothing about editor
Reviewed-by: prr
|
2019-07-15 16:25:23 -07:00 |
|
Xiaohong Gong
|
53635b436c
|
8227574: [TESTBUG] JTReg tests fail with Graal due to access denied
Reviewed-by: kvn
|
2019-07-15 03:14:28 +00:00 |
|
Peter Levart
|
49daf1dc19
|
8227368: EnumSet.class serialization broken in JDK 9+
Reviewed-by: smarks
|
2019-07-13 10:43:45 +00:00 |
|
Daisy Zhou
|
116af970c8
|
8227289: Enable assertions for some shell to java conversion tests after JDK-8218960
Reviewed-by: naoto
|
2019-07-15 10:21:33 +08:00 |
|
Mikael Vidstedt
|
cfcd0223a9
|
Merge
|
2019-07-12 02:50:43 -07:00 |
|
Frank Yuan
|
0518393598
|
8227422: sun/net/www/protocol/file/DirPermissionDenied.java failed on Windows 2016 because DirPermissionDenied directory has no read permission
Reviewed-by: dfuchs
|
2019-07-12 13:59:22 +08:00 |
|
Valerie Peng
|
175faeeadf
|
8225745: NoSuchAlgorithmException exception for SHA256withECDSA with RSASSA-PSS support
Fixed SignatureUtil and ECDSA signature impl to handle EC parameters
Reviewed-by: weijun
|
2019-07-11 20:11:47 +00:00 |
|
Valerie Peng
|
29215b987b
|
8181386: CipherSpi ByteBuffer to byte array conversion fails for certain data overlap conditions
Detect potential buffer overlap and use extra buffer if necessary
Reviewed-by: xuelei
|
2019-07-10 18:43:45 +00:00 |
|
Ramanand Patil
|
7087f2eae2
|
8224560: (tz) Upgrade time-zone data to tzdata2019a
8225580: tzdata2018i integration causes test failures on jdk-13
Reviewed-by: andrew, naoto
|
2019-07-10 05:12:23 +01:00 |
|
Weijun Wang
|
32d0bae08d
|
8227059: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timed out
Reviewed-by: xuelei
|
2019-07-10 09:43:35 +08:00 |
|
Naoto Sato
|
0f1ad36584
|
8227127: Era designator not displayed correctly using the COMPAT provider
Reviewed-by: rriggs
|
2019-07-09 08:05:38 -07:00 |
|
Daniel Fuchs
|
dc300483a7
|
8227539: Replace wildcard address with loopback or local host in tests - part 20
Update some tests to stop using the wildcard address.
Reviewed-by: michaelm
|
2019-07-10 22:33:23 +02:00 |
|
Thomas Stuefe
|
937f230ce3
|
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
|
2019-07-04 11:55:00 +02:00 |
|