Jesper Wilhelmsson
|
4a7ccf36e9
|
Merge
|
2021-07-14 01:07:52 +00:00 |
|
David Holmes
|
770e2aa3c6
|
8215948: [TESTBUG] gtest pseudo-JavaThreads could be more regular JavaThreads
Reviewed-by: coleenp, pchilanomate
|
2021-07-14 01:05:10 +00:00 |
|
Vicente Romero
|
8583aab374
|
8270025: DynamicCallSiteDesc::withArgs doesn't throw NPE
Reviewed-by: jvernee, mchung
|
2021-07-13 17:48:21 +00:00 |
|
Severin Gehwolf
|
d32e42cdd4
|
8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName() for lambdas
Backport-of: 6a9bc108736522897f03a75c83e90e2c2a183d27
|
2021-07-13 14:34:35 +00:00 |
|
Maurizio Cimadamore
|
b2416b60fb
|
8269281: java/foreign/Test{Down,Up}call.java time out
Reviewed-by: jvernee
|
2021-07-13 10:53:49 +00:00 |
|
Jesper Wilhelmsson
|
6b123b0591
|
Merge
|
2021-07-13 10:50:18 +00:00 |
|
Christian Hagedorn
|
040c02b942
|
8269795: C2: Out of bounds array load floats above its range check in loop peeling resulting in SEGV
Reviewed-by: thartmann, roland, kvn
|
2021-07-13 08:50:09 +00:00 |
|
Yi Yang
|
07e9052457
|
8270056: Generated lambda class can not access protected static method of target class
Co-authored-by: NekoCaffeine <nekocaffeine@qq.com>
Reviewed-by: mchung
|
2021-07-13 02:24:14 +00:00 |
|
Yi Yang
|
afe957cd97
|
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Reviewed-by: mchung, rriggs
|
2021-07-13 02:23:16 +00:00 |
|
Yumin Qi
|
a4e5f08fef
|
8267281: Call prepare_for_dynamic_dumping for jcmd dynamic_dump
Reviewed-by: iklam, ccheung
|
2021-07-12 19:03:38 +00:00 |
|
Magnus Ihse Bursie
|
353e9c8607
|
8270320: JDK-8270110 committed invalid copyright headers
Reviewed-by: kvn
|
2021-07-12 18:54:39 +00:00 |
|
Sean Mullan
|
4fc3180f75
|
8266345: (fs) Custom DefaultFileSystemProvider security related loops
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Reviewed-by: bpb, chegar
|
2021-07-12 14:54:38 +00:00 |
|
Zhengyu Gu
|
548bb3119c
|
8270110: Shenandoah: Add test for JDK-8269661
Reviewed-by: rkennke
|
2021-07-12 12:22:06 +00:00 |
|
Christoph Göttschkes
|
999ced03cc
|
8269873: serviceability/sa/Clhsdb tests are using a C2 specific VMStruct field
Reviewed-by: cjplummer, dholmes, sspitsyn
|
2021-07-12 11:23:38 +00:00 |
|
Anton Kozlov
|
7cbb67a3f8
|
8267666: Add option to jcmd GC.heap_dump to use existing file
Reviewed-by: rschmelter, clanger
|
2021-07-12 11:12:52 +00:00 |
|
Alexey Bakhtin
|
e1d3e73d4e
|
8268965: TCP Connection Reset when connecting simple socket to SSL server
Reviewed-by: xuelei
Backport-of: 6f171b9f0d28ad17b31a54bad894f38d19df6f73
|
2021-07-12 10:24:39 +00:00 |
|
Severin Gehwolf
|
6a9bc10873
|
8270184: [TESTBUG] Add coverage for jvmci ResolvedJavaType.toJavaName() for lambdas
Reviewed-by: kvn
|
2021-07-12 08:25:22 +00:00 |
|
Albert Mingkun Yang
|
86a20081ae
|
8051680: (ref) unnecessary process_soft_ref_reconsider
Reviewed-by: kbarrett, tschatzl
|
2021-07-12 07:53:20 +00:00 |
|
Jesper Wilhelmsson
|
ec975c6a05
|
Merge
|
2021-07-10 01:23:18 +00:00 |
|
Zhengyu Gu
|
e4c24f01ef
|
8270171: Shenandoah: Cleanup TestStringDedup and TestStringDedupStress tests
Reviewed-by: shade
|
2021-07-09 17:34:34 +00:00 |
|
Jonathan Gibbons
|
3588634d54
|
8268420: new Reporter method to report a diagnostic within a DocTree node
Reviewed-by: prappo
|
2021-07-09 16:14:29 +00:00 |
|
Roger Riggs
|
6889a39a3f
|
8268826: Cleanup Override in Context-Specific Deserialization Filters
Reviewed-by: dfuchs, bchristi
|
2021-07-09 14:33:56 +00:00 |
|
Christian Hagedorn
|
f791fdf23e
|
8261147: C2: Node is wrongly marked as reduction resulting in a wrong execution due to wrong vector instructions
Reviewed-by: thartmann, kvn
|
2021-07-09 11:53:45 +00:00 |
|
Jan Lahoda
|
1196b35684
|
8270151: IncompatibleClassChangeError on empty pattern switch statement case
Reviewed-by: mcimadamore
|
2021-07-09 11:03:40 +00:00 |
|
Jan Lahoda
|
885f7b1141
|
8269146: Missing unreported constraints on pattern and other case label combination
8269301: Switch statement with a pattern, constant and default label elements crash javac
Reviewed-by: mcimadamore
|
2021-07-09 08:03:56 +00:00 |
|
Aleksey Shipilev
|
676f1d76ca
|
8270094: Shenandoah: Provide human-readable labels for test configurations
Reviewed-by: zgu
|
2021-07-09 07:54:40 +00:00 |
|
Jatin Bhateja
|
62ff55d383
|
8269952: compiler/vectorapi/VectorCastShape*Test.java tests failed on avx2 machines
Reviewed-by: kvn, dlong
|
2021-07-09 03:20:59 +00:00 |
|
Mikhailo Seledtsov
|
46c610cbd8
|
8269840: Update Platform.isDefaultCDSArchiveSupported() to return true for aarch64 platforms
Reviewed-by: minqi, iklam
|
2021-07-09 01:55:33 +00:00 |
|
Jesper Wilhelmsson
|
dfd6b2be7d
|
Merge
|
2021-07-08 23:21:00 +00:00 |
|
Jonathan Gibbons
|
6401633800
|
8269722: NPE in HtmlDocletWriter
Reviewed-by: hannesw
|
2021-07-08 20:23:02 +00:00 |
|
Daniel D. Daugherty
|
9acb2a69a9
|
8270109: ProblemList 4 SA tests on macOS-aarch64
Reviewed-by: mikael
|
2021-07-08 19:23:21 +00:00 |
|
Brian Burkhalter
|
f46a917270
|
6766844: ByteArrayInputStream#read with a byte array of length 0 not consistent with InputStream when at EOF
Reviewed-by: naoto, lancea, joehw
|
2021-07-08 19:05:29 +00:00 |
|
Anthony Scarpino
|
5832882492
|
8269827: JMH tests for AES/GCM byte[] and bytebuffers
Reviewed-by: ecaspole, weijun
|
2021-07-08 17:19:46 +00:00 |
|
Alexey Bakhtin
|
6f171b9f0d
|
8268965: TCP Connection Reset when connecting simple socket to SSL server
Reviewed-by: xuelei
|
2021-07-08 16:44:55 +00:00 |
|
Aleksey Shipilev
|
4f322a9b6c
|
8270096: Shenandoah: Optimize gc/shenandoah/TestRefprocSanity.java for interpreter mode
Reviewed-by: zgu
|
2021-07-08 16:42:03 +00:00 |
|
Coleen Phillimore
|
bca570c56e
|
8269962: SA has unused Hashtable, Dictionary classes
Reviewed-by: cjplummer, iklam, dholmes
|
2021-07-08 14:28:32 +00:00 |
|
Guoxiong Li
|
9e75f922b1
|
8269738: AssertionError when combining pattern matching and function closure
Reviewed-by: jlahoda, vromero
|
2021-07-08 14:15:07 +00:00 |
|
Jan Lahoda
|
fa08cc62df
|
8268766: Desugaring of pattern matching enum switch should be improved
Reviewed-by: mcimadamore, psandoz
|
2021-07-08 11:56:53 +00:00 |
|
Albert Mingkun Yang
|
4a45d95719
|
8270021: Incorrect log decorators in gc/g1/plab/TestPLABEvacuationFailure.java
Reviewed-by: tschatzl, iwalulya
|
2021-07-08 10:39:44 +00:00 |
|
Jan Lahoda
|
30bba54b97
|
8270064: Problem list tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java due to JDK-8270060
Reviewed-by: mcimadamore
|
2021-07-08 10:37:27 +00:00 |
|
Jan Lahoda
|
4f70759175
|
8270006: Switches with 'case null:' should be exhaustive
Reviewed-by: vromero
|
2021-07-08 08:03:09 +00:00 |
|
Lin Zang
|
4fbcce119b
|
8269886: Inaccurate error message for compressed hprof test
Reviewed-by: dholmes, cjplummer
|
2021-07-08 06:30:24 +00:00 |
|
Thejasvi Voniadka
|
4e18ec26dd
|
8269993: [Test]: java/net/httpclient/DigestEchoClientSSL.java contains redundant @run tags
Reviewed-by: dfuchs, vtewari
|
2021-07-08 06:01:31 +00:00 |
|
TatWai Chong
|
e54585be57
|
8268363: AArch64: Implement string_indexof_char intrinsic in SVE
Reviewed-by: aph, njian
|
2021-07-08 02:29:17 +00:00 |
|
Jesper Wilhelmsson
|
270fbcb3f5
|
Merge
|
2021-07-08 00:55:53 +00:00 |
|
Roger Riggs
|
c812bbbe8f
|
8269929: (test) Add diagnostic info to ProceessBuilder/Basic.java for unexpected output
Reviewed-by: iris, bpb, naoto
|
2021-07-07 21:46:11 +00:00 |
|
Yumin Qi
|
f741e4ca74
|
8264735: Make dynamic dump repeatable
Reviewed-by: ccheung, iklam
|
2021-07-07 19:41:45 +00:00 |
|
Brian Burkhalter
|
d1cecaaa22
|
8269481: SctpMultiChannel never releases own file descriptor
Reviewed-by: alanb, chegar
|
2021-07-07 15:49:21 +00:00 |
|
Daniel D. Daugherty
|
2209e3ec65
|
8270027: ProblemList jdk/jfr/event/oldobject/TestObjectSize.java on macOS-x64
Reviewed-by: mgronlun
|
2021-07-07 14:05:56 +00:00 |
|
Zhengyu Gu
|
bffb1a7199
|
8269923: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java failed with "FATAL ERROR in native method: Primitive type array expected but not received for JNI array operation"
Reviewed-by: dcubed, dholmes
|
2021-07-07 11:47:02 +00:00 |
|