Markus Grönlund
|
502a5241e5
|
8257602: Introduce JFR Event Throttling and new jdk.ObjectAllocationSample event (enabled by default)
Co-authored-by: Jaroslav Bachorik <jbachorik@openjdk.org>
Reviewed-by: egahlin, jbachorik
|
2020-12-10 12:33:48 +00:00 |
|
Christoph Langer
|
29ffffa7b9
|
8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884
Reviewed-by: mbaesken
|
2020-12-10 10:56:36 +00:00 |
|
Kim Barrett
|
db5da9619b
|
8257876: Avoid Reference.isEnqueued in tests
Reviewed-by: mchung, tschatzl
|
2020-12-10 10:34:47 +00:00 |
|
Daniel Fuchs
|
4a839e95de
|
8256459: java/net/httpclient/ManyRequests.java and java/net/httpclient/LineBodyHandlerTest.java fail infrequently with java.net.ConnectException: Connection timed out: no further information
Reviewed-by: chegar
|
2020-12-10 10:09:29 +00:00 |
|
Phil Race
|
f631a9901f
|
8256888: Client manual test problem list update
Reviewed-by: serb
|
2020-12-10 01:36:52 +00:00 |
|
Alexander Matveev
|
eb1c8a15b6
|
8257924: Use full path when running external executable from jpackage
Reviewed-by: herrick, asemenyuk
|
2020-12-10 01:01:38 +00:00 |
|
Andy Herrick
|
1ce2a36c7b
|
8257539: tools/jpackage/windows/WinL10nTest.java unpack.bat failed with Exit code: 1618
Reviewed-by: almatvee, asemenyuk, prr, kizune
|
2020-12-10 00:50:28 +00:00 |
|
Toshio Nakamura
|
53e537c738
|
8255387: Japanese characters were printed upside down on AIX
Reviewed-by: prr, serb
|
2020-12-10 00:27:44 +00:00 |
|
Harold Seigel
|
d33a689b96
|
8256867: Classes with empty PermittedSubclasses attribute cannot be extended
Reviewed-by: lfoltan, mchung, jlahoda, chegar
|
2020-12-09 19:07:11 +00:00 |
|
Martin Doerr
|
0201a33dd6
|
8255959: Timeouts in VectorConversion tests
Reviewed-by: psandoz, stuefe
|
2020-12-09 13:17:50 +00:00 |
|
Ivan Šipka
|
616b1f12bd
|
8257516: define test group for manual tests
Reviewed-by: iignatyev
|
2020-12-09 10:28:04 +00:00 |
|
Christoph Langer
|
fae7961a03
|
8257884: Re-enable sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java as automatic test
Reviewed-by: xuelei
|
2020-12-09 08:12:09 +00:00 |
|
Aleksey Shipilev
|
9ce3d806fa
|
8257887: java/foreign/TestSegments.java test fails on 32-bit after JDK-8257186
Reviewed-by: jiefu, adityam, redestad
|
2020-12-09 06:42:38 +00:00 |
|
Dan Smith
|
48d8650ae1
|
8257845: Integrate JEP 390
8254047: [JEP 390] Revise "value-based class" & apply to wrappers
8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased
8252183: [JEP 390] Add 'lint' warning for @ValueBased classes
8257027: [JEP 390] Diagnose synchronization on @ValueBased classes
8252180: [JEP 390] Deprecate wrapper class constructors for removal
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org>
Co-authored-by: Lois Foltan <lfoltan@openjdk.org>
Reviewed-by: rriggs, hseigel, mchung, darcy
|
2020-12-08 23:04:01 +00:00 |
|
Mark Reinhold
|
ed4c4ee73b
|
8256299: Implement JEP 396: Strongly Encapsulate JDK Internals by Default
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: mchung, alanb
|
2020-12-08 22:12:24 +00:00 |
|
Brent Christian
|
1a9ed92d6f
|
8200102: NativeLibraryTest.java fails intermittently, unloaded count is not same as expected
Reviewed-by: mchung, naoto
|
2020-12-08 18:01:04 +00:00 |
|
Daniel Fuchs
|
fab6158c19
|
8236413: AbstractConnectTimeout should tolerate both NoRouteToHostException and UnresolvedAddressException
Reviewed-by: aefimov, michaelm
|
2020-12-08 16:36:04 +00:00 |
|
Athijegannathan Sundararajan
|
d2b66196b4
|
8242258: (jrtfs) Path::toUri throws AssertionError for malformed input
Reviewed-by: alanb
|
2020-12-08 09:38:38 +00:00 |
|
Jamil Nimeh
|
500ab45770
|
8257769: Cipher.getParameters() throws NPE for ChaCha20-Poly1305
Reviewed-by: mullan, valeriep
|
2020-12-08 06:10:10 +00:00 |
|
Erik Gahlin
|
cef606feca
|
8253762: JFR: getField(String) should be able to access subfields
Reviewed-by: mgronlun
|
2020-12-08 00:06:20 +00:00 |
|
Xue-Lei Andrew Fan
|
39b8a2e682
|
8257670: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java reports leaks
Reviewed-by: jnimeh
|
2020-12-07 23:53:17 +00:00 |
|
Maurizio Cimadamore
|
bbc44f57c4
|
8257186: Size of heap segments is not computed correctlyFix overflow in size computation for heap segments
Reviewed-by: jvernee, chegar
|
2020-12-07 17:25:23 +00:00 |
|
Jan Lahoda
|
637b0c64b0
|
8246778: Compiler implementation for Sealed Classes (Second Preview)
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Reviewed-by: lfoltan, mchung, alanb, mcimadamore, chegar
|
2020-12-07 11:11:31 +00:00 |
|
Jorn Vernee
|
04ce8e3840
|
8257184: Upstream 8252504: Add a method to MemoryLayout which returns a offset-computing method handle
Reviewed-by: mcimadamore, chegar
|
2020-12-07 11:08:24 +00:00 |
|
Chris Hegarty
|
5a03e47605
|
8255560: Class::isRecord should check that the current class is final and not abstract
Reviewed-by: mchung, darcy
|
2020-12-07 11:02:52 +00:00 |
|
Daniel Fuchs
|
566d77a2ae
|
8254802: ThrowingPushPromisesAsStringCustom.java fails in "try throwing in GET_BODY"
Reviewed-by: michaelm
|
2020-12-07 09:58:16 +00:00 |
|
Valerie Peng
|
78be334c38
|
8242332: Add SHA3 support to SunPKCS11 provider
Reviewed-by: xuelei
|
2020-12-05 23:47:35 +00:00 |
|
Sergey Bylokhov
|
d3ac1bf16c
|
8198390: Test MultiResolutionDrawImageWithTransformTest.java fails when -esa is passed
Reviewed-by: kizune
|
2020-12-04 23:06:07 +00:00 |
|
Erik Gahlin
|
feabddee56
|
8251843: jfr/tool/TestPrintJSON.java fails intermittently
Reviewed-by: mgronlun
|
2020-12-04 10:37:59 +00:00 |
|
Alexander Scherbatiy
|
d6dd440c76
|
8256264: Printed GlyphVector outline with low DPI has bad quality on Windows
Reviewed-by: serb
|
2020-12-04 09:02:20 +00:00 |
|
Alan Bateman
|
2b4a423fd7
|
8255542: Attribute length of Module, ModulePackages and other attributes is ignored
Reviewed-by: mchung, dfuchs, chegar
|
2020-12-04 08:59:14 +00:00 |
|
Mandy Chung
|
f0b1194004
|
8235784: java/lang/invoke/VarHandles/VarHandleTestByteArrayAsInt.java fails due to timeout with fastdebug bits
Reviewed-by: bchristi, naoto
|
2020-12-03 22:14:52 +00:00 |
|
Alex Menkov
|
c5b32b33eb
|
8256808: com/sun/jdi/CatchAllTest.java failed with "NullPointerException: Cannot invoke "lib.jdb.Jdb.log(String)" because "this.jdb" is null"
Reviewed-by: cjplummer, sspitsyn
|
2020-12-03 21:31:33 +00:00 |
|
Anthony Scarpino
|
55f5542ca2
|
8026976: ECParameters, Point does not match field size
Reviewed-by: xuelei
|
2020-12-03 18:05:53 +00:00 |
|
Anthony Scarpino
|
70517c83c2
|
8257642: CipherByteBufferOverwriteTest copyright issue
Reviewed-by: xuelei, wetmore
|
2020-12-03 16:29:16 +00:00 |
|
Julia Boes
|
b170c8376d
|
8257591: Remove suppression of record preview related warnings in java.lang
Reviewed-by: chegar
|
2020-12-03 15:48:03 +00:00 |
|
Harold Seigel
|
e4497c9e69
|
8256718: Obsolete the long term deprecated and aliased Trace flags
Reviewed-by: sspitsyn, iklam, dholmes, coleenp
|
2020-12-03 13:14:57 +00:00 |
|
Jamil Nimeh
|
d80ae05f61
|
8166596 : TLS support for the EdDSA signature algorithm
Reviewed-by: xuelei
|
2020-12-03 06:12:07 +00:00 |
|
Anthony Scarpino
|
cc1915b3b3
|
8253821: Improve ByteBuffer performance with GCM
Reviewed-by: xuelei, valeriep
|
2020-12-02 23:10:32 +00:00 |
|
Christoph Langer
|
93b6ab56ae
|
8256818: SSLSocket that is never bound or connected leaks socket resources
Reviewed-by: xuelei
|
2020-12-02 19:23:26 +00:00 |
|
Sergey Bylokhov
|
282cb325b1
|
8005970: Mouse cursor is default cursor over TextArea's scrollbar
Reviewed-by: kizune
|
2020-12-02 06:51:53 +00:00 |
|
Bradford Wetmore
|
fe5cccc1ec
|
8254631: Better support ALPN byte wire values in SunJSSE
Reviewed-by: xuelei, dfuchs
|
2020-12-02 04:14:28 +00:00 |
|
Claes Redestad
|
00e79db89e
|
8257511: JDK-8254082 brings regression to AbstractStringBuilder.insert(int dstOffset, CharSequence s, int start, int end)
Reviewed-by: alanb, rriggs, bpb
|
2020-12-01 22:50:05 +00:00 |
|
Mandy Chung
|
56b15fbbcc
|
8159746: (proxy) Support for default methods
Co-authored-by: Peter Levart <plevart@openjdk.org>
Reviewed-by: darcy, alanb, plevart
|
2020-12-01 17:23:07 +00:00 |
|
Alan Bateman
|
1433bafb33
|
8253751: Dependencies of automatic modules are not propagated through module layers
Reviewed-by: mchung
|
2020-12-01 15:40:10 +00:00 |
|
Mahendra Chhipa
|
c859fb02f3
|
8249836: java/io/IOException/LastErrorString.java should have bug-id as 1st word in @ignore
Reviewed-by: iignatyev
|
2020-12-01 12:57:36 +00:00 |
|
Yasumasa Suenaga
|
e0de28c1d3
|
8257424: RecordingStream does not specify the recording name
Reviewed-by: egahlin
|
2020-12-01 11:17:43 +00:00 |
|
Sergey Bylokhov
|
b5ce8af3d7
|
8256373: [Windows/HiDPI] The Frame#setBounds does not work in a minimized state
Reviewed-by: kizune, aivanov
|
2020-12-01 04:49:21 +00:00 |
|
Mandy Chung
|
4356469a31
|
8230501: Class data support for hidden classes
Reviewed-by: jvernee, psandoz, chegar
|
2020-12-01 00:24:40 +00:00 |
|
Lance Andersen
|
11dad148ff
|
8257445: (zipfs) Add DataProvider to TestLocOffsetFromZip64EF.java
Reviewed-by: bpb
|
2020-12-01 00:14:59 +00:00 |
|