Sergey Bylokhov
|
16acfafb6b
|
8012229: [lcms] Improve performance of color conversion for images with alpha channel
Reviewed-by: azvegint
|
2021-03-31 23:02:55 +00:00 |
|
Your Name
|
cb70ab0cb9
|
8263235: sanity/client/SwingSet/src/ColorChooserDemoTest.java failed throwing java.lang.NoClassDefFoundError
Reviewed-by: psadhukhan, serb
|
2021-03-31 20:33:16 +00:00 |
|
Stefan Karlsson
|
0fa35728a7
|
8264489: Add more logging to LargeCopyWithMark.java
Reviewed-by: kbarrett, alanb, bpb
|
2021-03-31 16:43:14 +00:00 |
|
Brian Burkhalter
|
353807c5f1
|
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
Reviewed-by: jpai, alanb
|
2021-03-30 18:18:37 +00:00 |
|
Attila Szegedi
|
b08d6383b9
|
8262503: Support records in Dynalink
Reviewed-by: sundar
|
2021-03-30 18:06:34 +00:00 |
|
Roger Riggs
|
8cf1c62c34
|
8263754: HexFormat 'fromHex' methods should be static
Reviewed-by: redestad, naoto, chegar
|
2021-03-29 20:38:10 +00:00 |
|
Ziyi Luo
|
a5d7de2351
|
8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
Co-authored-by: Greg Rubin <rubin@amazon.com>
Reviewed-by: valeriep
|
2021-03-29 20:14:47 +00:00 |
|
Alexey Semenyuk
|
128c0c97a5
|
8248418: jpackage fails to extract main class and version from app module linked in external runtime
Reviewed-by: herrick, almatvee
|
2021-03-29 19:51:39 +00:00 |
|
John Jiang
|
99b4bab366
|
8263188: JSSE should fail fast if there isn't supported signature algorithm
Reviewed-by: xuelei
|
2021-03-29 05:53:05 +00:00 |
|
Sergey Bylokhov
|
6678b01c57
|
8264328: Broken license in javax/swing/JComboBox/8072767/bug8072767.java
Reviewed-by: kizune, trebari, pbansal
|
2021-03-29 03:41:15 +00:00 |
|
Naoto Sato
|
7284f013ea
|
8262110: DST starts from incorrect time in 2038
8073446: TimeZone getOffset API does not return a dst offset between years 2038-2137
Reviewed-by: rriggs
|
2021-03-26 17:13:49 +00:00 |
|
Prasanta Sadhukhan
|
f3eed05236
|
8263928: Add JAWT test files for mac
Reviewed-by: jdv
|
2021-03-26 11:30:29 +00:00 |
|
Erik Gahlin
|
4e708e58dc
|
8260862: JFR: New configure command for the jfr tool
Reviewed-by: mgronlun
|
2021-03-25 20:43:16 +00:00 |
|
Anthony Scarpino
|
374272fd13
|
8261502: ECDHKeyAgreement: Allows alternate ECPrivateKey impl and revised exception handling
Reviewed-by: jnimeh
|
2021-03-25 19:18:44 +00:00 |
|
Brian Burkhalter
|
b006f22f1f
|
4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
Reviewed-by: adinn
|
2021-03-25 15:30:50 +00:00 |
|
Alexey Semenyuk
|
8307aa6dcb
|
8264165: jpackage BasicTest fails after JDK-8220266: Check help text contains plaform specific parameters
Reviewed-by: herrick, dcubed
|
2021-03-25 15:22:39 +00:00 |
|
Alexey Semenyuk
|
3d7f91223e
|
8220266: add support for additional metadata in add/remove programs
Reviewed-by: herrick, almatvee
|
2021-03-24 23:21:14 +00:00 |
|
Andy Herrick
|
70d34017b5
|
8263887: Re-create default icons
Reviewed-by: almatvee, asemenyuk
|
2021-03-24 16:34:22 +00:00 |
|
Andy Herrick
|
deda80f022
|
8264057: [redo] JDK-8248904: Add support to jpackage for the Mac App Store.
Co-authored-by: Erwin Morrhey <erwin.morrhey@gluonhq.com>
Reviewed-by: kcr, asemenyuk
|
2021-03-24 15:39:54 +00:00 |
|
Michael McMahon
|
e55aa41f57
|
8263899: HttpClient throws NPE in AuthenticationFilter when parsing www-authenticate head
Reviewed-by: dfuchs, chegar
|
2021-03-24 11:59:19 +00:00 |
|
Jie Fu
|
06d46d6c0b
|
8264008: Incorrect metaspace statistics after JEP 387 when UseCompressedClassPointers is off
Reviewed-by: stuefe
|
2021-03-24 09:30:54 +00:00 |
|
Erik Gahlin
|
8d63bb6a60
|
8260565: JFR: Fix copyright header in tests
Reviewed-by: mseledtsov, mgronlun
|
2021-03-24 04:06:48 +00:00 |
|
Andy Herrick
|
15bcf6d9f5
|
8264055: backout JDK-8248904 in order to resubmit with additional attribution.
Reviewed-by: kcr, asemenyuk
|
2021-03-23 21:45:40 +00:00 |
|
Kim Barrett
|
2425462a84
|
8263903: Use Cleaner instead of finalize to auto stop Timer thread
Reviewed-by: dholmes, alanb, bchristi, rriggs, mchung
|
2021-03-23 21:16:35 +00:00 |
|
Michael McMahon
|
bd7a184b98
|
8263442: Potential bug in jdk.internal.net.http.common.Utils.CONTEXT_RESTRICTED
Reviewed-by: dfuchs
|
2021-03-23 13:25:56 +00:00 |
|
Sibabrata Sahoo
|
036ae0ea3e
|
8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out
Reviewed-by: xuelei, rhalade, hchao
|
2021-03-23 06:48:01 +00:00 |
|
Sibabrata Sahoo
|
5a51d70987
|
8247895: SHA1PRNGReseed.java is calling setSeed(0)
Reviewed-by: weijun, rhalade
|
2021-03-23 06:46:20 +00:00 |
|
Henry Jen
|
b2df51372f
|
8261785: Calling "main" method in anonymous nested class crashes the JVM
Reviewed-by: serb
|
2021-03-22 15:59:49 +00:00 |
|
Jonathan Dowland
|
ba504fcee8
|
8187450: JNI local refs exceeds capacity warning in NetworkInterface::getAll
Reviewed-by: chegar, dfuchs, aph
|
2021-03-22 15:29:47 +00:00 |
|
Roger Riggs
|
0abbfb2fc5
|
8263729: [test] divert spurious output away from stream under test in ProcessBuilder Basic test
Reviewed-by: stuefe, iklam
|
2021-03-22 14:50:47 +00:00 |
|
Markus Grönlund
|
a9d2267f8d
|
8260589: Crash in JfrTraceIdLoadBarrier::load(_jclass*)
Co-authored-by: Denghui Dong <ddong@openjdk.org>
Reviewed-by: jbachorik, egahlin
|
2021-03-22 11:52:50 +00:00 |
|
Weijun Wang
|
cb742f9560
|
8255255: Update Apache Santuario (XML Signature) to version 2.2.1
Reviewed-by: xuelei, mullan
|
2021-03-20 13:42:16 +00:00 |
|
Ian Graves
|
0b5216a922
|
8263545: Convert jpackage to use Stream.toList()
Reviewed-by: asemenyuk, almatvee
|
2021-03-19 19:51:21 +00:00 |
|
Chris Plummer
|
ed701ea687
|
8262271: SA: Add new stress test that tests getting the stack trace of an active thread
Reviewed-by: ysuenaga, sspitsyn
|
2021-03-19 19:20:11 +00:00 |
|
Prasanta Sadhukhan
|
d24e4cfef3
|
8263481: Specification of JComponent::setDefaultLocale doesn't mention that passing 'null' restores VM's default locale
Reviewed-by: aivanov
|
2021-03-19 04:28:39 +00:00 |
|
Valerie Peng
|
434a399bea
|
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Reviewed-by: ascarpino, xuelei
|
2021-03-18 23:23:19 +00:00 |
|
Alex Menkov
|
c82a673cf6
|
8262001: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java failed with "RuntimeException: Current Peak = 14 Expected to be == previous peak = 7 + 8"
Reviewed-by: dfuchs, sspitsyn
|
2021-03-18 20:10:26 +00:00 |
|
Sergey Bylokhov
|
01ddf3d280
|
8263622: The java.awt.color.ICC_Profile#setData invert the order of bytes for the "head" tag
Reviewed-by: azvegint
|
2021-03-18 20:07:34 +00:00 |
|
Phil Race
|
2173feddb5
|
8263439: getSupportedAttributeValues() throws NPE for Finishings attribute
Reviewed-by: psadhukhan, azvegint
|
2021-03-18 20:00:11 +00:00 |
|
Alexey Ivanov
|
a85dc557b3
|
8263311: Watch registry changes for remote printers update instead of polling
Reviewed-by: psadhukhan, serb
|
2021-03-18 13:26:22 +00:00 |
|
Stefan Karlsson
|
72b82fd7be
|
8263725: JFR oldobject tests are not run when GCs are specified explicitly
Reviewed-by: tschatzl, mgronlun
|
2021-03-18 06:52:48 +00:00 |
|
Jaikiran Pai
|
9225a23023
|
8263108: Class initialization deadlock in java.lang.constant
Reviewed-by: vtewari, plevart, chegar
|
2021-03-18 01:45:07 +00:00 |
|
Alexey Semenyuk
|
422eba81b1
|
8263536: Add @build tags to jpackage tests
Reviewed-by: almatvee, iklam, herrick
|
2021-03-16 19:14:41 +00:00 |
|
Andy Herrick
|
11c8c78c47
|
8248904: Add support to jpackage for the Mac App Store
Reviewed-by: asemenyuk, almatvee, kizune, kcr
|
2021-03-16 17:26:57 +00:00 |
|
Craig Andrews
|
0c718ab2a0
|
8262277: URLClassLoader.getResource throws undocumented IllegalArgumentException
Reviewed-by: alanb, bchristi, psadhukhan
|
2021-03-15 18:35:04 +00:00 |
|
Brian Burkhalter
|
46d78f0d24
|
6539707: (fc) MappedByteBuffer.force() method throws an IOException in a very simple test
Reviewed-by: alanb
|
2021-03-15 17:24:24 +00:00 |
|
Igor Ignatyev
|
d825198e55
|
8263556: remove @modules java.base from tests
Reviewed-by: dcubed, naoto, iris
|
2021-03-15 17:05:28 +00:00 |
|
Ajit Ghaisas
|
8afec70c28
|
8260931: Implement JEP 382: New macOS Rendering Pipeline
Co-authored-by: Jayathirth D V <jdv@openjdk.org>
Co-authored-by: Alexey Ushakov <avu@openjdk.org>
Co-authored-by: Artem Bochkarev <abochkarev@openjdk.org>
Co-authored-by: Prasanta Sadhukhan <psadhukhan@openjdk.org>
Co-authored-by: Denis Konoplev <dkonoplev@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Kevin Rushforth <kcr@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Ajit Ghaisas <aghaisas@openjdk.org>
Reviewed-by: ihse, avu, kcr, gziemski, prr, kizune, jdv, psadhukhan, serb
|
2021-03-15 06:41:44 +00:00 |
|
Igor Ignatyev
|
a7aba2b61c
|
8263549: 8263412 can cause jtreg testlibrary split
Reviewed-by: iklam, dcubed
|
2021-03-13 14:51:53 +00:00 |
|
Yi Yang
|
86e4c755f9
|
8256156: JFR: Allow 'jfr' tool to show metadata without a recording
Reviewed-by: egahlin
|
2021-03-13 02:03:07 +00:00 |
|