Leonid Mesnik
|
543851db92
|
8289607: Change hotspot/jtreg tests to not use Thread.suspend/resume
Reviewed-by: sspitsyn, cjplummer
|
2022-09-23 17:44:57 +00:00 |
|
Fei Gao
|
a4dc035a97
|
8290910: Wrong memory state is picked in SuperWord::co_locate_pack()
Reviewed-by: chagedorn, kvn
|
2022-09-23 01:26:21 +00:00 |
|
Thomas Stuefe
|
c6be2cd347
|
8293156: Dcmd VM.classloaders fails to print the full hierarchy
Reviewed-by: dholmes, cjplummer
|
2022-09-21 17:07:41 +00:00 |
|
Jie Fu
|
07afa3f41e
|
8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
Reviewed-by: shade, thartmann
|
2022-09-21 13:10:10 +00:00 |
|
Emanuel Peter
|
379f3094db
|
8287217: C2: PhaseCCP: remove not visited nodes, prevent type inconsistency
Reviewed-by: roland, chagedorn, thartmann
|
2022-09-21 07:22:28 +00:00 |
|
Emanuel Peter
|
12e3510f63
|
8293798: Fix test bugs due to incompatibility with -XX:+AlwaysIncrementalInline
Reviewed-by: kvn, thartmann, chagedorn
|
2022-09-21 07:21:27 +00:00 |
|
casparcwang
|
cb72f80925
|
8293978: Duplicate simple loop back-edge will crash the vm
Reviewed-by: roland, chagedorn
|
2022-09-21 06:24:19 +00:00 |
|
Alex Menkov
|
21008cad46
|
8285383: vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java failed with "exit code: 96"
Reviewed-by: dcubed, lmesnik, sspitsyn
|
2022-09-20 18:18:39 +00:00 |
|
Christian Hagedorn
|
471e2f12b4
|
8292088: C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue
Reviewed-by: roland, kvn
|
2022-09-19 10:15:18 +00:00 |
|
Thomas Schatzl
|
04d7b7d574
|
8293503: gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 failed assertGreaterThanOrEqual: expected MMM >= NNN
Reviewed-by: lkorinth, kbarrett
|
2022-09-19 07:34:14 +00:00 |
|
Thomas Schatzl
|
d77c464c38
|
8293891 : gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
Reviewed-by: ayang, kbarrett
|
2022-09-19 07:33:14 +00:00 |
|
Kevin Walls
|
cfd44bb2cd
|
8293218: serviceability/tmtools/jstat/GcNewTest.java fails with "Error in the percent calculation"
8293564: serviceability/tmtools/jstat/GcTest01.java fails with "Error in the percent calculation"
Reviewed-by: sspitsyn, lmesnik, dcubed
|
2022-09-17 09:55:51 +00:00 |
|
Xin Liu
|
bf79f99c0c
|
8292989: Avoid dynamic memory in AsyncLogWriter
Reviewed-by: jsjolen, stuefe
|
2022-09-15 18:32:21 +00:00 |
|
Aleksei Voitylov
|
b31a03c60a
|
8293695: Implement isInfinite intrinsic for RISC-V
Reviewed-by: yadongwang, fyang, dsamersoff
|
2022-09-15 09:45:03 +00:00 |
|
casparcwang
|
8f3bbe950f
|
8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
Reviewed-by: sgehwolf, iklam
|
2022-09-15 08:47:05 +00:00 |
|
Pengfei Li
|
211fab8d36
|
8291669: [REDO] Fix array range check hoisting for some scaled loop iv
Reviewed-by: roland, thartmann
|
2022-09-14 14:20:39 +00:00 |
|
Jie Fu
|
8351b30e00
|
8293771: runtime/handshake/SystemMembarHandshakeTransitionTest.java fails if MEMBARRIER_CMD_QUERY is unsupported
Reviewed-by: rehn
|
2022-09-14 07:54:32 +00:00 |
|
Emanuel Peter
|
6f2223faa1
|
8288180: C2: VectorPhase must ensure that SafePointNode memory input is a MergeMemNode
Reviewed-by: roland, thartmann
|
2022-09-13 13:14:05 +00:00 |
|
Robbin Ehn
|
1e1db5debd
|
8292591: Experimentally add back barrier-less Java thread transitions
Reviewed-by: mdoerr, eosterlund, pchilanomate, dcubed
|
2022-09-13 08:31:45 +00:00 |
|
Fei Gao
|
ec2629c052
|
8275275: AArch64: Fix performance regression after auto-vectorization on NEON
Reviewed-by: aph, xgong
|
2022-09-13 03:13:38 +00:00 |
|
Hao Sun
|
cbee0bc9ef
|
8292587: AArch64: Support SVE fabd instruction
Reviewed-by: njian, fgao, ngasson
|
2022-09-13 02:19:02 +00:00 |
|
Roland Westrelin
|
37df5f5625
|
8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
Reviewed-by: chagedorn, thartmann
|
2022-09-12 07:30:47 +00:00 |
|
Vladimir Ivanov
|
005b49bb78
|
8293044: C1: Missing access check on non-accessible class
Reviewed-by: thartmann, dlong
|
2022-09-09 20:47:31 +00:00 |
|
Man Cao
|
45ff10cc68
|
8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
Reviewed-by: xliu, stuefe
|
2022-09-09 19:12:08 +00:00 |
|
Dean Long
|
dbec22b84b
|
8293287: add ReplayReduce flag
Reviewed-by: kvn, thartmann
|
2022-09-09 18:45:43 +00:00 |
|
Bhavana Kilambi
|
00befddd7c
|
8292675: Add identity transformation for removing redundant AndV/OrV nodes
Reviewed-by: thartmann, ngasson
|
2022-09-09 14:24:23 +00:00 |
|
Stefan Karlsson
|
6bd2794175
|
8293304: Replace some usages of INTPTR_FORMAT with PTR_FORMAT
Reviewed-by: kbarrett, coleenp
|
2022-09-08 13:37:06 +00:00 |
|
John R Rose
|
8d3399bf5f
|
8292758: put support for UNSIGNED5 format into its own header file
Reviewed-by: dlong, coleenp
|
2022-09-08 07:36:53 +00:00 |
|
Daniel D. Daugherty
|
2d13f53017
|
8293512: ProblemList serviceability/tmtools/jstat/GcNewTest.java in -Xcomp mode
8293516: ProblemList gc/cslocker/TestCSLocker.java in -Xcomp mode
8293517: ProblemList sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64
8293518: ProblemList sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java
Reviewed-by: bpb
|
2022-09-07 23:08:54 +00:00 |
|
Ioi Lam
|
f84386cf6e
|
8293182: Improve testing of CDS archive heap
Reviewed-by: ccheung, coleenp
|
2022-09-07 23:02:35 +00:00 |
|
Chris Plummer
|
51de765867
|
8283010: serviceability/sa/ClhsdbThread.java failed with "'Base of Stack:' missing from stdout/stderr "
Reviewed-by: amenkov
|
2022-09-07 21:51:46 +00:00 |
|
Daniel D. Daugherty
|
8a489658ab
|
8293514: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 on all platforms
Reviewed-by: kbarrett
|
2022-09-07 21:33:46 +00:00 |
|
Daniel D. Daugherty
|
1080c4e4ae
|
8293508: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64
Reviewed-by: bpb
|
2022-09-07 20:49:06 +00:00 |
|
Brian Burkhalter
|
76df73b390
|
8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
Reviewed-by: alanb, lancea
|
2022-09-07 18:53:25 +00:00 |
|
Daniel D. Daugherty
|
d36abbe8da
|
8293496: ProblemList runtime/os/TestTracePageSizes.java on linux-x64
Reviewed-by: alanb, azvegint
|
2022-09-07 15:26:02 +00:00 |
|
Christian Stein
|
1ee59adcfe
|
8289798: Update to use jtreg 7
Reviewed-by: ihse, jpai
|
2022-09-07 15:13:35 +00:00 |
|
Coleen Phillimore
|
5934669ca8
|
8292383: Create a SymbolHandle type to use for ResourceHashtable
Reviewed-by: iklam, hseigel
|
2022-09-07 14:50:58 +00:00 |
|
Evgeny Astigeevich
|
6ff4775b71
|
8285487: AArch64: Do not generate unneeded trampolines for runtime calls
Reviewed-by: xliu, aph
|
2022-09-07 14:39:48 +00:00 |
|
Albert Mingkun Yang
|
9833c025fd
|
8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row"
Reviewed-by: kbarrett, tschatzl
|
2022-09-05 13:35:36 +00:00 |
|
Roberto Castañeda Lozano
|
730ced9a10
|
8292660: C2: blocks made unreachable by NeverBranch-to-Goto conversion are removed incorrectly
Reviewed-by: kvn, roland
|
2022-09-05 07:16:51 +00:00 |
|
Chris Plummer
|
767262e67c
|
8292201: serviceability/sa/ClhsdbThreadContext.java fails with "'Thread "Common-Cleaner"' missing from stdout/stderr"
Reviewed-by: amenkov, sspitsyn
|
2022-09-03 16:06:25 +00:00 |
|
Roland Westrelin
|
77e21c57ce
|
8290529: C2: assert(BoolTest(btest).is_canonical()) failure
Reviewed-by: kvn, thartmann
|
2022-09-02 13:35:11 +00:00 |
|
Coleen Phillimore
|
fcc0cf9677
|
8292375: Convert ProtectionDomainCacheTable to ResourceHashtable
Reviewed-by: dholmes, iklam
|
2022-09-02 13:07:45 +00:00 |
|
Stefan Karlsson
|
98ce45ff74
|
8292981: Unify and restructure integer printing format specifiers
Reviewed-by: kbarrett, dholmes
|
2022-09-02 06:52:35 +00:00 |
|
Joe Darcy
|
2d18dda3f2
|
8173605: Remove support for source and target 1.7 option in javac
Reviewed-by: vromero
|
2022-09-01 16:43:50 +00:00 |
|
Aleksey Shipilev
|
5204528296
|
8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
Reviewed-by: chagedorn
|
2022-09-01 14:13:51 +00:00 |
|
Aleksey Shipilev
|
6e6202c14d
|
8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures
Reviewed-by: yadongwang, fyang, vkempik, psandoz
|
2022-09-01 09:22:56 +00:00 |
|
Dingli Zhang
|
17283cfe4c
|
8293011: riscv: Duplicated stubs to interpreter for static calls
Reviewed-by: fyang
|
2022-09-01 01:06:45 +00:00 |
|
Roland Westrelin
|
4c90e87a6f
|
8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
Reviewed-by: chagedorn, thartmann
|
2022-08-31 09:23:41 +00:00 |
|
Jatin Bhateja
|
38377d5eb7
|
8291649: multiple tests failing with -Xcomp after JDK-8290034
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kbarrett, jrose
|
2022-08-31 05:02:56 +00:00 |
|